*** empty log message ***

This commit is contained in:
2007-02-04 05:03:01 +00:00
parent f41ff496b1
commit 455522e89e
2 changed files with 95 additions and 25 deletions

View File

@ -17,7 +17,19 @@ ase/etc -
ase/doc -
{{{
hello
mr monkey...
#include <stdio.h>
#if defined(__BORLANDC__)
#pragma hdrstop
#define Library
#endif
#include <ase/awk/awk_i.h>
static void __free_afn (void* awk, void* afn);
ase_awk_t* ase_awk_open (
const ase_awk_prmfns_t* prmfns, void* custom_data, int* errnum)
{
ase_awk_t* awk;
}
}}}