Banjo API 0.0.1
Multi-purpose C99 API
|
Rules and guidelines.
The code is entirely in C99.
Header files are all located directly within the include/ folder without any subfolder.
Header files must parse by themself without any other header.
A header file must only include the necessary headers that are needed to parse it.
The header file inclusion is grouped in different sections, each alphabetically sorted and separated by a blank line, in this order:
""
syntax.