7 lines
84 B
C
7 lines
84 B
C
#ifndef FOO_FOO_H
|
|
#define FOO_FOO_H
|
|
|
|
extern int foo(void);
|
|
|
|
#endif /* FOO_FOO_H */
|