Skip to content
Snippets Groups Projects
Commit 7bc19111 authored by Gururaj Shetty's avatar Gururaj Shetty
Browse files

Update documentation/source/readme/C Coding Style Guide.rst

parent bfa689a7
No related branches found
No related tags found
No related merge requests found
...@@ -89,6 +89,7 @@ Rule 1.1 Name identifiers in camel case style. ...@@ -89,6 +89,7 @@ Rule 1.1 Name identifiers in camel case style.
+-----------------------------------+-----------------------------------+ +-----------------------------------+-----------------------------------+
.. note:: .. note::
* The ``constant`` in the above table refers to the variable of the basic data type, enumeration, and string type of the const modifier under the global scope, excluding array, struct and union. * The ``constant`` in the above table refers to the variable of the basic data type, enumeration, and string type of the const modifier under the global scope, excluding array, struct and union.
* The ``variable`` in the above table refers to variables other than the constant definition, all using lowercase. * The ``variable`` in the above table refers to variables other than the constant definition, all using lowercase.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment