qse/ase/awk/parse.c

13 lines
138 B
C

/*
* $Id: parse.c,v 1.1 2005-11-06 12:01:29 bacon Exp $
*/
#include <xp/awk/awk.h>
int xp_awk_parse (xp_awk_t* awk)
{
return -1;
}