00001 /* libfoo. this is a dependency-free client library, equivalent to 00002 * the engine or some other core component that's ignorant of guile 00003 * and the module system */ 00004 00005 #include <stdio.h> 00006 00007 #include "bar.h" 00008 00009 int 00010 bar_hello(void) { 00011 return 1; 00012 }
1.5.2