finished the inital fio routines

This commit is contained in:
2008-11-27 03:05:00 +00:00
parent 073348b5d4
commit 815dc8c1cd
15 changed files with 698 additions and 306 deletions

View File

@ -1,5 +1,5 @@
/*
* $Id: awk.c 415 2008-10-10 11:16:31Z baconevi $
* $Id: awk.c 455 2008-11-26 09:05:00Z baconevi $
*
* {License}
*/
@ -343,6 +343,11 @@ void ase_awk_setccls (ase_awk_t* awk, ase_ccls_t* ccls)
awk->ccls = ccls;
}
ase_awk_prmfns_t* ase_awk_getprmfns (ase_awk_t* awk)
{
return awk->prmfns;
}
void ase_awk_setprmfns (ase_awk_t* awk, ase_awk_prmfns_t* prmfns)
{
ASE_ASSERT (prmfns->pow != ASE_NULL);