Files
2019-06-08 19:27:58 +09:00

7 lines
96 B
C

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