*** empty log message ***

This commit is contained in:
hyung-hwan 2007-03-01 14:26:51 +00:00
parent d6a725f4c8
commit eb98f6b2ec

View File

@ -44,14 +44,13 @@ The following code fragment illustrates the basic steps.
=== Primitive Functions === === 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 === === Source IO Handler ===
ase_awk_srcio_t ase_awk_srcio_t
The source code is read in with the source input handler provided. The source code is read in with the source input handler provided. The optional source output handler writes the generated source code.
The optional source output handler writes the generated source code.
=== External IO Handler === === External IO Handler ===