13 lines
348 B
Python
13 lines
348 B
Python
|
# The goal being to be able to understand C code, rather than writing it effectively.
|
||
|
### C preprocessor
|
||
|
# Produces a new file that compiler will process. Command to preprocessor start
|
||
|
# line with a # symbol as the first non-whitespace character.
|
||
|
|
||
|
|
||
|
|
||
|
### Preprocessor directives
|
||
|
|
||
|
### C syntax compared to python.
|
||
|
|
||
|
### Loops, functions and strings.
|