Update codingStyle.txt

This commit is contained in:
Edouard DUPIN 2014-11-20 17:01:47 +01:00
parent 8bdb599f06
commit 865305ac0b

View File

@ -126,7 +126,7 @@ We need to use the same coding style in c and c++ to simplify inter-reading code
- Fonction/Methods:
Camel case with first letter in lower case.
void myExampleFontionName(void);
- Valiable:
- Variable:
Camel case with first letter in lower case.
int32_t myVariableExample;
- namespace: