You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
============================================
|
|
|
Include directives
|
|
|
============================================
|
|
|
|
|
|
#include "some/path.h"
|
|
|
#include <stdint.h>
|
|
|
|
|
|
---
|
|
|
|
|
|
(program
|
|
|
(preproc_include (string))
|
|
|
(preproc_include (system_lib_string)))
|
|
|
|
|
|
============================================
|
|
|
Defines
|
|
|
============================================
|
|
|
|
|
|
#define SIZE 1024
|
|
|
|
|
|
---
|
|
|
|
|
|
(preproc_define (identifier))
|