DEBSOURCES
Skip Quicknav
sources / mk-configure / 0.37.0-2 / examples / autoconf / proj / hello_autoconf.c
1234567891011
#include <config.h> #ifdef HAVE_STDIO_H #include <stdio.h> #endif int main (int argc, char **argv) { puts (MSG); return 0; }