httpdirfs/src/README.md

7 lines
274 B
Markdown

## Coding Convention
- External variables: capital letters
- Static global variables: lower case letters
- Function names: TypeName_verb or verb_noun
- Type names: camel case with the first letter capitalised, e.g. CamelCase
- Indentation style: ``indent -kr -nut *.c *.h``