Next: , Previous: , Up: Basic Concepts   [Contents][Index]


2.7 Coding Conventions

Every .c file should have ‘#include <config.h>’ as its first non-comment line. No .h file should include config.h.

This section needs to be finished.