I created a file in my program start and I want to remove this file at the program end.
Cuz this program is a http server, I must enter Ctrl-c to terminate it.
But the signal action register is so different than C.
I created a file in my program start and I want to remove this file at the program end.
Cuz this program is a http server, I must enter Ctrl-c to terminate it.
But the signal action register is so different than C.