Development - Header Files: Difference between revisions

From Bluefish Wiki
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 …')
(No difference)

Revision as of 11:06, 30 December 2009


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.