Nevar pievienot vairāk kā 25 tēmas
Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
|
|
============================================
|
|
|
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))
|