struct directive {
Directive_Type dir_type; struct argument *arg_list; }; |
dir_type
This member specifies the type of the directive. Table 1.6 shows its values.arg_list
A directive has a number of arguments (see section 1.7) that are stored in a linked list. And this member points to the first argument in the list.Table 1.6 Directive Types
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|