[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Variables should be named in all lowercase letters, and words within them delimited by underscores, such as my_useful_variable
. PascalCase
and camelCase
are not to be used in this codebase under any circumstances.
Constants defined via the C preprocessor should be in all uppercase letters, with words within them likewise delimited by underscores, such as:
#define MY_USEFUL_CONSTANT 1
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] |
This document was generated by root on October 14, 2020 using texi2html 1.82.