Function PGAStripArgs
Defined in File cmdline.c
Function Documentation
-
static void PGAStripArgs(char **argv, int *argc, int *c, int num)
Code to strip arguments out of command list.
Description
Internal function. Called only by
PGAReadCmdLine()
.- Parameters:
argc – address of the count of the number of command line arguments
argv – array of command line arguments
c – current command-line index
num – number of args to strip
- Returns:
None