6 lines
97 B
C
6 lines
97 B
C
#ifndef INCLUDE_GUARD_H
|
|
#define INCLUDE_GUARD_H
|
|
|
|
void root(void);
|
|
|
|
#endif /* INCLUDE_GUARD_H */
|