SYSgetNormalArg |
Top Previous Next |
Argument deliver. With this routine becomes from the command line parametres, the parametre here idx delivered, if available. Besides, the leading minus sign is left out. Parametre argc (int) [IN] In argc stands the number of the arguments. argv (char **) [IN] In argv stand the sign chains of the command line. idx (int) [IN] It is searched in argv as long as for the argument, up to the position idx. Result (char *) [OUT] As a result the sign chain on the argument is delivered, but ZERO. Declaration #include "system.h"
char * DLLENTRY SYSgetNormalArg ( int argc, char ** argv, int idx );
|