1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
#include <stdarg.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
#define DELIMITER ':'
#define EQUID L'\u10083'
#define FOO 10
#define HEART L'\u2764'
#define LEFTCURLY '{'
#define NEG_ONE -1
#define NEWLINE '\n'
#define POS_ONE 1
#define QUOTE '\''
#define SHIFT 3
#define TAB '\t'
#define XBOOL 1
#define XFALSE ((0 << SHIFT) | XBOOL)
#define XTRUE (1 << (SHIFT | XBOOL))
#define ZOM 3.14
typedef struct {
int32_t x[FOO];
} Foo;
void root(Foo x);