#include #include #include void threadmain(int argc, char **argv) { threaddaemonize(); sleep(5*1000); print("still running\n"); }