8 lines
112 B
C
8 lines
112 B
C
#ifndef FOO_H
|
|
#define FOO_H
|
|
|
|
// Some function just for the sake of an existing function
|
|
void foo(void);
|
|
|
|
#endif
|