signaled message

This commit is contained in:
2024-04-19 17:57:44 +02:00
parent 73e576f109
commit ff1406b93e
2 changed files with 42 additions and 4 deletions

6
other/test3.c Normal file
View File

@ -0,0 +1,6 @@
int main(int argc, char **argv)
{
(void)argv;
while(1)
(void)argc;
}