mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-10-12 08:15:06 +02:00
12 lines
189 B
C
12 lines
189 B
C
#include <stdarg.h>
|
|
#include <stdbool.h>
|
|
#include <stdint.h>
|
|
#include <stdlib.h>
|
|
|
|
typedef struct Foo_____u8 {
|
|
uint8_t *a;
|
|
} Foo_____u8;
|
|
|
|
typedef struct Foo_____u8 Boo;
|
|
|
|
void root(Boo x);
|