Pelles C forum

C language => Windows questions => Topic started by: czerny on October 04, 2013, 10:04:49 PM

Title: program name
Post by: czerny on October 04, 2013, 10:04:49 PM
Is there a static string in Pelles crt which holds the argv[0] information?
I know, I can get that info from GetModuleFileName. But that is not the point.

czerny
Title: Re: program name
Post by: TimoVJL on October 04, 2013, 10:38:13 PM
Do you mean extern char **__argv ?
Title: Re: program name
Post by: czerny on October 06, 2013, 07:40:10 PM
Yes! Is this documented somewhere?

Thanks! czerny