Keven Miller <kevenm at reeltapetransfer.com> wrote:
static char** argv;
While the Compiler knows the keyword static, it is not allowed in the
paramter declaration it seems.
unlink.c":6: compiler error: bad argument
Compiler error in file unlink.c: Compiler error.
Other modifiers "volatile",
"const", "auto" might be possible.
all 3 keywords are unknown to this C-Compiler.
"unlink.c":5: syntax error
Error in file unlink.c: Error. No assembly.
The C Compiler dates back to 1982 so it is kinda old ;)