6 lines
No EOL
61 B
C
6 lines
No EOL
61 B
C
#ifndef _FOO_H
|
|
#define _FOO_H
|
|
|
|
extern int foo(int x);
|
|
|
|
#endif |