_NSGetArgc

Returns the number of program arguments.

These are the same arguments passed to the C main function:

___ extern (C) void main (char** argv, int argc, char** envp) {} ___

Same as the above argc.

Return: a pointer to the number of program arguments

version(CoreDoc)
int*
_NSGetArgc
()
Suggestion Box / Bug Report