11 lines
126 B
C
11 lines
126 B
C
#include <stdarg.h>
|
|
#include <stdbool.h>
|
|
#include <stdint.h>
|
|
#include <stdlib.h>
|
|
|
|
typedef struct {
|
|
|
|
} Foo;
|
|
|
|
void root(Foo a);
|