mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-10-13 08:45:07 +02:00
8 lines
126 B
C
8 lines
126 B
C
#include <stdarg.h>
|
|
#include <stdbool.h>
|
|
#include <stdint.h>
|
|
#include <stdlib.h>
|
|
|
|
typedef uint8_t Transparent;
|
|
|
|
#define FOO 0
|