7 lines
53 B
C
7 lines
53 B
C
#ifndef FOO_H
|
|
#define FOO_H
|
|
|
|
void foo(void);
|
|
|
|
#endif
|
#ifndef FOO_H
|
|
#define FOO_H
|
|
|
|
void foo(void);
|
|
|
|
#endif
|