I don't know how to use gdb

This commit is contained in:
qorg11 2020-06-03 03:40:30 +02:00
parent 8adf3476da
commit 85f3c318ae
No known key found for this signature in database
GPG Key ID: 343FC20A4ACA62B9
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@ main(int argc, char *argv[])
case 3: case 3:
sig = abs(atoi(argv[1])); sig = abs(atoi(argv[1]));
pid = abs(atoi(argv[2])); pid = abs(atoi(argv[2]));
puts("Here 2");
break; break;
default: default:
fprintf(stderr, "Specify who to kill\n"); fprintf(stderr, "Specify who to kill\n");