Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
|
============================================
|
|
|
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))
|