1 2 3 4 5 6
function main() { printf("landed in stage4\n"); syslog(LOG_SYSLOG, "we out here in stage 4"); return 0; }