renamed some sio functions

This commit is contained in:
2017-09-16 08:54:25 +00:00
parent 3ac8bc1f49
commit 2cc8894570
79 changed files with 181 additions and 166 deletions

View File

@ -51,7 +51,7 @@ int main ()
int ret;
qse_openstdsios ();
qse_open_stdsios ();
awk = qse_awk_openstd (0, QSE_NULL);
if (awk == QSE_NULL)
@ -113,7 +113,7 @@ oops:
if (rtx != QSE_NULL) qse_awk_rtx_close (rtx);
if (awk != QSE_NULL) qse_awk_close (awk);
qse_closestdsios ();
qse_close_stdsios ();
return -1;
}