1 2 3 4 5 6 7 8 9 10 11 12 13 14
#include <stdarg.h> #include <stdbool.h> #include <stdint.h> #include <stdlib.h> #define FOO 10 #define ZOM 3.14 typedef struct { int32_t x[FOO]; } Foo; void root(Foo x);