/* * vim:ts=4:sw=4:expandtab * */ #include #include #include void statistic() { printf("statistic started\n"); for (;;) { } } void statistic_cleanup() { printf("statistic cleanup\n"); _exit(EXIT_SUCCESS); }