The following example shows you how to register Stream_Var as a wrapper for the stream functions.
Example 54-1. Registering Stream_Var
|
The following example show you how to access scalar variables with fopen(), fread(), frwite() and fclose().
Example 54-2. Accessing scalar variables
|
The following example shows how to use opendir() to access an array.
Example 54-3. Accessing an array
|