Lines Matching full:must
49 * Code must be indented to 4 spaces, tabs should not be used.
55 * for, else, if, while statements must have braces around their
75 * Braces for statements must be on the same line as the statement. Good:
91 { <-- brace must be on same line as for
162 * Header files must contain the following structure:
177 * ```#include``` directives must happen prior to the cplusplus
180 * The cplusplus wrapper must have the following format, and precedes
191 * Names of functions, structures and variables must be in all lowercase.
195 * Globally visible names must be prefixed with the name of the module,
235 * The function type must be on a line by itself preceding the function, i.e. do:
266 * Code must compile cleanly with -Wall enabled.