Development - Header Files: Difference between revisions
Jump to navigation
Jump to search
m Created page with '__NOTOC__ __NOEDITSECTION__ {{Man2top |lang=en |rev=2.0.0 |st=d |Title=4. Header files |prev=Man 2 ch12s03 |Subtitle=Chapter XII. Development guidelines |next=Man …' |
Bill Valaski (talk | contribs) m moved Man 2 ch12s04 to Development - Header Files: Title updates (BV) |
(No difference)
|
Latest revision as of 11:15, 9 July 2010
4. Header files
Only functions that are used from outside the file itself should be in the header file, in the order in which they are found in the .c file itself. Basically these are all non-static functions in the .c file.