c/constants
This commit is contained in:
parent
b895227c7a
commit
1415cfcfff
1 changed files with 7 additions and 0 deletions
|
@ -16,6 +16,13 @@ Comments
|
|||
// single line comment
|
||||
/* multi line comment */
|
||||
|
||||
Constants
|
||||
---------
|
||||
|
||||
.. code:: c
|
||||
|
||||
#define NUMERIC_CONSTANT 123
|
||||
|
||||
Main
|
||||
----
|
||||
|
||||
|
|
Loading…
Reference in a new issue