DEBSOURCES
Skip Quicknav
sources / haskell-shake / 0.13.2%2Bdfsg-2 / Examples / MakeTutor / hellomake.c
12345678
#include <hellomake.h> int main() { // call a function in another file myPrintHelloMake(); return(0); }