-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
C Coding Style
David Mansolino edited this page Nov 5, 2018
·
3 revisions
If not specified otherwise by our coding style, use the Cyberbotics C++ coding style
Variables and functions names use the underscore_case
notation (for type names use #CS301).
Preprocessor constants and macros names use the UPPERCASE_UNDERSCORE_CASE
notation.