Subset of C language with tree interpreter and bytecode compiler + VM.
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.
 
 

7 rindas
154 B

extern void *malloc(long size);
extern void free(void *pointer);
extern void exit(int status);
extern void abort(void);
extern int atoi(char *string);