SYSmakeParameterList |
Top Previous Next |
Construction of a parametre list. With this routine a new parametre list is provided and also filled with values. The parametres KEY, DKA and DKY and their values are questioned by the command line. Parametre argc (int) [IN] Number of the parametres in the command line. argv (char **) [IN] Pointer on the sign chains which contain the parametres of the command line. Result (PIDENTIFY_PARAMETER) [OUT] List of the parametres of the command line, but ZERO. Declaration #include "basic.h"
PIDENTIFY_PARAMETER DLLENTRY SYSmakeParameterList ( int argc, char ** argv ); Related functions
|