C++程序  |  6行  |  61 B

#ifndef _FOO_H
#define _FOO_H

extern int foo(int x);

#endif