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

#ifndef BAR_H
#define BAR_H

int bar_hello(void);

#endif
