#ifndef FOO_H
#define FOO_H

extern int  foo(int x);

#endif /* FOO_H */