Files
cbindgen/tests/expectations/using_namespaces.compat.c
T
2019-09-02 21:50:10 +02:00

17 lines
234 B
C

#include <stdarg.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
#ifdef __cplusplus
using namespace std;
extern "C" {
#endif // __cplusplus
void root(void);
#ifdef __cplusplus
} // extern "C"
#endif // __cplusplus