finished the inital fio routines
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user