SYSparseArgs |
Top Previous Next |
Number of the arguments determine. With this routine the number of the arguments is determined in the command line. Parametre argv [] (char **) [IN] Sign chains in the command line. maxArgs (int) [IN] Maximum number of the arguments to be checked. params (char *) [IN] Sign chain params gives the argument to be searched. Result (int) [OUT] As a result the position of the argument is delivered in the command line. Declaration #include "basic.h"
int DLLENTRY SYSparseArgs ( char ** (argv []), int maxArgs, char * params );
|