Handling the SIGINT

This commit is contained in:
Anonymus Raccoon
2020-05-24 18:06:24 +02:00
parent 0ea96bf269
commit 5932e7ca61
9 changed files with 60 additions and 4 deletions
+5
View File
@@ -0,0 +1,5 @@
int main()
{
while (1);
return (0);
}