Recovered from cvs revision 2007-05-25 03:08:00

This commit is contained in:
2007-05-26 01:30:00 +00:00
parent d58553120e
commit 5c480566dc
6 changed files with 258 additions and 11 deletions

View File

@ -1,5 +1,5 @@
/*
* $Id: Awk.java,v 1.4 2007/05/05 16:32:46 bacon Exp $
* $Id: Awk.java,v 1.6 2007/05/24 06:53:21 bacon Exp $
*
* {License}
*/
@ -82,6 +82,9 @@ public abstract class Awk
private native String valtostr (
long runid, Object obj) throws Exception;
protected native String strftime (String fmt, long sec);
protected native String strfgmtime (String fmt, long sec);
/* == simpler run methods == */
public void run (String main) throws Exception
{