shake-0.10.2: Examples/MakeTutor/hellomake.c
#include <hellomake.h>
int main() {
// call a function in another file
myPrintHelloMake();
return(0);
}
#include <hellomake.h>
int main() {
// call a function in another file
myPrintHelloMake();
return(0);
}