We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a5bc25 commit ae06232Copy full SHA for ae06232
test/register_pid.c
@@ -6,7 +6,7 @@
6
void test_register(void);
7
void test_deregister(void);
8
9
-int main(char **argc, char **argc)
+int main(int argc, char **argv)
10
{
11
test_register();
12
test_deregister();
0 commit comments