GnuCash  2.6.99
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
foo.h
1 /* foo.h: header for a dependency-free, guile-free client lib */
2 
3 #ifndef FOO_H
4 #define FOO_H
5 
6 int foo_hello(void);
7 
8 #endif