Development - Header Files

From Bluefish Wiki
Revision as of 12:15, 9 July 2010 by Bill Valaski (talk | contribs) (moved Man 2 ch12s04 to Development - Header Files: Title updates (BV))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


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.