C++程序  |  7行  |  71 B

#ifndef BAR_H
#define BAR_H

extern int bar(void);

#endif /* BAR_H */