Revision 16192,
669 bytes
checked in by ghudson, 23 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r16191,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | Notes to hackers. |
---|
2 | |
---|
3 | --- |
---|
4 | |
---|
5 | Dave likes this code indented formatted in a consistent way. |
---|
6 | The file "dot.emacs" has the emacs C-mode indentation style that Dave likes. |
---|
7 | |
---|
8 | --- |
---|
9 | |
---|
10 | NTP4 uses ANSI C. Some folks are blessed with a pre-ansi C compiler. We |
---|
11 | support them by using "ansi2knr" in the Makefiles, which is automatically |
---|
12 | detected and selected by the configure process. |
---|
13 | |
---|
14 | For ansi2knr to work, we MUST define functions as follows: |
---|
15 | |
---|
16 | type stuff |
---|
17 | function_name ( actual parameters ) |
---|
18 | |
---|
19 | While the whitespace is optional, the function name MUST start at column 0. |
---|
20 | |
---|
21 | --- |
---|
22 | |
---|
23 | We'd like to see *all* system function declarations live in include/l_stdlib.h |
---|
24 | and NEVER appear in the .c files. |
---|
25 | |
---|
Note: See
TracBrowser
for help on using the repository browser.