C++程序  |  7行  |  73 B

#ifndef BAR_H
#define BAR_H

extern int bar(int x);

#endif  /* BAR_H */