DEBSOURCES
Skip Quicknav
sources / haskell-shake / 0.13.2%2Bdfsg-2 / Examples / MakeTutor / hellofunc.c
123456789
#include <stdio.h> #include <hellomake.h> void myPrintHelloMake(void) { printf("Hello makefiles!\n"); return; }