signaled message
This commit is contained in:
6
other/test3.c
Normal file
6
other/test3.c
Normal file
@ -0,0 +1,6 @@
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
(void)argv;
|
||||
while(1)
|
||||
(void)argc;
|
||||
}
|
Reference in New Issue
Block a user