18 lines
374 B
Groff
18 lines
374 B
Groff
.title ASEAWK FUNCTION REFERENCE
|
|
|
|
== Function ==
|
|
|
|
=== ase_awk_open ===
|
|
{{{
|
|
ase_awk_t* ase_awk_open (const ase_awk_prmfns_t* prmfns, void* custom_data, int* errnum);
|
|
}}}
|
|
|
|
The function creates an object of the type ase_awk_t. It requires a set of system functions as described in the type ase_awk_prmfns_t.
|
|
|
|
=== ase_awk_close ===
|
|
{{{
|
|
int ase_awk_close (ase_awk_t* awk);
|
|
}}}
|
|
|
|
|