GnuCash  2.6.99
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
bar.c
1 /* libfoo. this is a dependency-free client library, equivalent to
2  * the engine or some other core component that's ignorant of guile
3  * and the module system */
4 
5 #include <stdio.h>
6 
7 #include "bar.h"
8 
9 int
10 bar_hello(void)
11 {
12  return 1;
13 }