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