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