mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-10-12 16:25:07 +02:00
15 lines
218 B
C++
15 lines
218 B
C++
#include <cstdarg>
|
|
#include <cstdint>
|
|
#include <cstdlib>
|
|
#include <ostream>
|
|
#include <new>
|
|
|
|
extern "C" {
|
|
|
|
void unnamed(const uint64_t*);
|
|
|
|
void pointer_test(const uint64_t *a);
|
|
|
|
void print_from_rust();
|
|
|
|
} // extern "C"
|