#include int main(int argc,char **argv) { for(;;) { sleep(10); } }