7 lines
48 B
C
7 lines
48 B
C
|
#ifndef FOO_H
|
||
|
#define FOO_H
|
||
|
|
||
|
int foo();
|
||
|
|
||
|
#endif
|