zerotier-one/vendor/cbindgen/tests/expectations/include_guard.c

6 lines
96 B
C

#ifndef INCLUDE_GUARD_H
#define INCLUDE_GUARD_H
void root(void);
#endif /* INCLUDE_GUARD_H */