7 lines
73 B
C
7 lines
73 B
C
#ifndef FOO_H
|
|
#define FOO_H
|
|
|
|
extern int foo(int x);
|
|
|
|
#endif /* FOO_H */
|