5 lines
60 B
C
5 lines
60 B
C
|
#ifndef FOO_H
|
||
|
#define FOO_H
|
||
|
int foo() { return 42; }
|
||
|
#endif
|