changed awk/std.c to open stdin/stdout via qse_sio_openstd() instead of referencing qse_sio_in and qse_sio_out

This commit is contained in:
2011-10-08 16:52:33 +00:00
parent 5d774c198f
commit 055334e965
3 changed files with 124 additions and 122 deletions

View File

@ -136,7 +136,7 @@ void* qse_awk_getxtnstd (
* @endcode
*/
int qse_awk_parsestd (
qse_awk_t* awk,
qse_awk_t* awk,
const qse_awk_parsestd_in_t* in,
qse_awk_parsestd_out_t* out
);