Development - Header Files

From Bluefish Wiki
Revision as of 11:06, 30 December 2009 by Fal7i (talk | contribs) (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 …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


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.