Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
|
============================================
|
|
|
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))
|