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