This commit is contained in:
2008-08-23 02:13:47 +00:00
parent b51b4bd524
commit 7fb73210b8
5 changed files with 14 additions and 12 deletions

View File

@ -1,13 +1,13 @@
/*
* $Id: awk.c 341 2008-08-20 10:58:19Z baconevi $
* $Id: awk.c 343 2008-08-22 08:13:47Z baconevi $
*/
#include <ase/awk/awk.h>
#include <ase/cmn/sll.h>
#include <ase/cmn/mem.h>
#include <ase/cmn/chr.h>
#include <ase/cmn/opt.h>
#include <ase/utl/getopt.h>
#include <ase/utl/stdio.h>
#include <ase/utl/main.h>