#include int _daemon (int, int); int main(){ printf("START"); _daemon(0, 0); printf("END"); getchar(); printf("CLOSE"); return 0; }