*** empty log message ***
This commit is contained in:
parent
d6a725f4c8
commit
eb98f6b2ec
@ -44,14 +44,13 @@ The following code fragment illustrates the basic steps.
|
||||
|
||||
=== Primitive Functions ===
|
||||
|
||||
ase_awk_open requires a set of primitive functions to be passed. This set include pointers to the system primitive functions for system dependent operation such as memory allocation, string formatting, etc.
|
||||
ase_awk_open requires that a set of primitive functions be provided by its caller. This set include pointers to the system primitive functions for system dependent operation such as memory allocation, string formatting, etc.
|
||||
|
||||
=== Source IO Handler ===
|
||||
|
||||
ase_awk_srcio_t
|
||||
|
||||
The source code is read in with the source input handler provided.
|
||||
The optional source output handler writes the generated source code.
|
||||
The source code is read in with the source input handler provided. The optional source output handler writes the generated source code.
|
||||
|
||||
=== External IO Handler ===
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user