-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
C Coding Style
DavidMansolino edited this page Sep 3, 2019
·
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.