added one more test program for awk

This commit is contained in:
2009-02-17 08:22:42 +00:00
parent 5570b60ef2
commit b9958d4ff7
4 changed files with 73 additions and 4 deletions

View File

@ -594,6 +594,8 @@ static int open_rio_console (qse_awk_rtx_t* rtx, qse_awk_riod_t* riod)
{
/*dprint (QSE_T(" console(w) - <standard output>\n"));*/
/* TODO: open console file properly..... */
if (qse_awk_rtx_setofilename (rtx, QSE_T(""), 0) == -1)
{
return -1;