...
Every C source file should start with a proper copyright and a brief description of the content of the file. Following that, you should immediately put the following lines:
Code Block | ||
---|---|---|
C | C | #include "asterisk.h" ASTERISK_FILE_VERSION(__FILE__, "$Revision: 231369 $") |
...