//function.c #include void new_func1(void) { printf("\n Inside new_func1()\n"); int i = 0; for(;i<0xffffffe;i++); return; }