C++程序  |  7行  |  71 B

#ifndef FOO_H
#define FOO_H

extern int foo(void);

#endif /* FOO_H */