C++程序  |  7行  |  73 B

#ifndef FOO_H
#define FOO_H

extern int  foo(int x);

#endif /* FOO_H */