#ifndef BAR_H
#define BAR_H

extern int bar(int x);

#endif  /* BAR_H */