]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/blobdiff - doc/contrib.txt
Changed initialization: many init functions are not needed any more since we now...
[pes-rpp/rpp-lwip.git] / doc / contrib.txt
index 7c99b9be2786d6090257a28897e6a283fca334d8..39596fca335f3c74f91e10971fdd5d2405460450 100644 (file)
@@ -21,7 +21,8 @@ features of Savannah help us not lose users' input.
 6. one space and no newline before opening curly braces of a block.
 7. closing curly brace on a single line.
 8. spaces surrounding assignment and comparisons.
-9. use current source code style as further reference.
+9. don't initialize static and/or global variables to zero, the compiler takes care of that.
+10. use current source code style as further reference.
 
 2.2 Source code documentation style: