mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-10-12 08:15:06 +02:00
17 lines
183 B
C++
17 lines
183 B
C++
#include <cstdarg>
|
|
#include <cstdint>
|
|
#include <cstdlib>
|
|
#include <ostream>
|
|
#include <new>
|
|
|
|
struct Foo {
|
|
|
|
};
|
|
|
|
extern "C" {
|
|
|
|
void extra_debug_fn();
|
|
|
|
void root(Foo a);
|
|
|
|
} // extern "C"
|