X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fstandards.texi;h=4b3bbefc4f68dc14b0e84d00167ff8d99fe95a1c;hb=699944803572c46c550a39027c0ebd935b0d61bc;hp=28bfc81f12979d93a542ead5b6662493e7874993;hpb=19fe94015fe7f89f801652b1dd9d089b01704989;p=pintos-anon diff --git a/doc/standards.texi b/doc/standards.texi index 28bfc81..4b3bbef 100644 --- a/doc/standards.texi +++ b/doc/standards.texi @@ -1,4 +1,4 @@ -@node Coding Standards, , Multilevel Feedback Scheduling, Top +@node Coding Standards, Project Documentation, Multilevel Feedback Scheduling, Top @appendix Coding Standards All of you should have taken a class like CS 107, so we expect you to @@ -21,6 +21,8 @@ our coding standards will affect our grading. @menu * Coding Style:: * Conditional Compilation:: +* C99:: +* Unsafe String Functions:: @end menu @node Coding Style