1 2 3 4 5 6 7 8 9 10 11
#if HAVE_CONFIG_H #include "config.h" #endif /* HAVE_CONFIG_H */ #include <hello.h> #include <stdio.h> int main () { print_hello ("world"); }