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