C++程序  |  8行  |  97 B

#ifndef FOO_H
#define FOO_H

extern int foo(int x);
extern int foo2(int x);

#endif  /* FOO_H */