Deleted Added
full compact
README.hackers (54359) README.hackers (132451)
1Notes to hackers.
2
1Notes to hackers.
2
3See README.patches for information about submitting patches.
4
3---
4
5Dave likes this code indented formatted in a consistent way.
6The file "dot.emacs" has the emacs C-mode indentation style that Dave likes.
7
8---
9
10NTP4 uses ANSI C. Some folks are blessed with a pre-ansi C compiler. We

--- 7 unchanged lines hidden (view full) ---

18
19While the whitespace is optional, the function name MUST start at column 0.
20
21---
22
23We'd like to see *all* system function declarations live in include/l_stdlib.h
24and NEVER appear in the .c files.
25
5---
6
7Dave likes this code indented formatted in a consistent way.
8The file "dot.emacs" has the emacs C-mode indentation style that Dave likes.
9
10---
11
12NTP4 uses ANSI C. Some folks are blessed with a pre-ansi C compiler. We

--- 7 unchanged lines hidden (view full) ---

20
21While the whitespace is optional, the function name MUST start at column 0.
22
23---
24
25We'd like to see *all* system function declarations live in include/l_stdlib.h
26and NEVER appear in the .c files.
27
28---