Development - Header Files

From Bluefish Wiki
(Redirected from Man 2 ch12s04)
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.