1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
* |
once we have recognized a flag, we need to extract the
flag from the argv array, find its entry in the
argument table, |
|||||||||||
* |
||||||||||||
while (not end of argv) { }
|
||||||||||||
* |
extracting the argument value depends upon the type of the argument, if the type is string, then the argument value must be in the next argv entry |
|||||||||||
* |
||||||||||||
* |
||||||||||||
March 1, 1999 |
Page 7 |
C201/TAM |