diff options
Diffstat (limited to 'appnlib/main-orig.c')
| -rw-r--r-- | appnlib/main-orig.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/appnlib/main-orig.c b/appnlib/main-orig.c new file mode 100644 index 0000000..76aa511 --- /dev/null +++ b/appnlib/main-orig.c @@ -0,0 +1,11 @@ +#if HAVE_CONFIG_H +#include "config.h" +#endif /* HAVE_CONFIG_H */ + +#include <hello.h> +#include <stdio.h> + +int main () +{ + print_hello ("world"); +} |
