*** empty log message ***

This commit is contained in:
2007-02-20 14:09:44 +00:00
parent 37c1ee6487
commit 01d4ed2351
2 changed files with 27 additions and 141 deletions

View File

@ -35,7 +35,7 @@ The following code fragment illustrates the basic steps.
(((
* Most of the functions and data types needed are defined in the header file <ase/awk/awk.h>.
* ase_awk_t represents the processor.
* ase_awk_t represents the processor. However, the internal representation is not exposed.
* ase_awk_open creates the processor instance.
* ase_awk_parse parses an AWK script.
* ase_awk_run executes the script parsed.