#include int module(void) { printf("This is the module.\n"); return 42; }