6 lines
71 B
C
6 lines
71 B
C
#ifndef FOO_H
|
|
#define FOO_H
|
|
|
|
extern int foo(void);
|
|
|
|
#endif /* FOO_H */
|