Man 1 ch12s04

From Bluefish Wiki
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.


Please consider to upgrade to Bluefish 2!

Please consider to edit the Manual 2!

How To edit the Wiki Manual
{{#if:4. Header files|
4. Header files
}}
Prev }}
Chapter XII. Development guidelines
}}
 Next
}}

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.


Prev }}
Up
}}
 Next
}}
3. Declaring procedures}}
Home | ToC
 5. New files
}}