Mail Archives: djgpp/1995/07/29/15:13:43
Sorry if this is a REAL newbie question, but I'm "GNUish" to this (yuk,
yuk). Sorry but I couldn't resist.
Can't I use argc and argv in the main() argument list under djgpp?
I read something that looks like it might apply to my question in the FAQ,
but to be honest, I really don't quite follow it. I tried putting "_argc"
and "char *_argv0" as the arguments in my main() (instead of the normal int
argc, char *argv[]), but it complains about an "undefined reference to 'main'".
Any help?
Thanks,
Skip Egley
- Raw text -