GnuCash 2.4.99
foo.h
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
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines