|
Next: Naming Conventions Up: Coding Style Previous: Header Files Contents Source FilesSource files should have as their first lines after all the include files:
static const char 6#6 const rcsid = "$Header$";
Globally visable functions should appear before local functions. (NOTE: currently the schedule stuff is a good example of what I'm coming to like as a style, e.g. src/main/ScheduleInterface.c ) There is a template file in the doc/MaintGuide directory.
|