c/constants

This commit is contained in:
Marc Beninca 2018-12-11 22:42:08 +01:00
parent b895227c7a
commit 1415cfcfff

View file

@ -16,6 +16,13 @@ Comments
// single line comment // single line comment
/* multi line comment */ /* multi line comment */
Constants
---------
.. code:: c
#define NUMERIC_CONSTANT 123
Main Main
---- ----