/* foo.h: header for a dependency-free, guile-free client lib */

#ifndef FOO_H
#define FOO_H

int foo_hello(void);

#endif
