bar.c

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 }

Generated on Tue Oct 14 05:04:24 2008 for GnuCash by  doxygen 1.5.2