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.
 
 
 

22 rindas
392 B

============================================
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))