7 lines
50 B
C
7 lines
50 B
C
|
#ifndef FOO2_H
|
||
|
#define FOO2_H
|
||
|
|
||
|
int foo();
|
||
|
|
||
|
#endif
|