Sign in
third-party-mirror
/
cbindgen
/
9a26cd0114a633fa05ece30bd3f1b13149f496f2
/
.
/
cbindgen-0.24.5
/
tests
/
expectations
/
include_guard.compat.c
blob: af1548fba4e7fbb410ba32446266906ec9062901 [
file
] [
log
] [
blame
]
#ifndef
INCLUDE_GUARD_H
#define
INCLUDE_GUARD_H
#ifdef
__cplusplus
extern
"C"
{
#endif
// __cplusplus
void
root
(
void
);
#ifdef
__cplusplus
}
// extern "C"
#endif
// __cplusplus
#endif
/* INCLUDE_GUARD_H */