trisquel-icecat/icecat/third_party/cbindgen/tests/expectations/include_guard.c

6 lines
97 B
C

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