00001 /* foo.h: header for a dependency-free, guile-free client lib */ 00002 00003 #ifndef FOO_H 00004 #define FOO_H 00005 00006 int foo_hello(void); 00007 00008 #endif