2.6.1. Command parameters

[<<<] [>>>]

Each command type has a pointer that it can use for its own purpose. This is to avoid using global variables. The file commands for example use the pointer available for the command OPEN. To access this pointer the macro PARAMPTR is used defined in the file `command.c'


[<<<] [>>>]