* fixed a bug of opening a console output file in a wrong mode resulting in failure.
* added a new sample file for awk
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* $Id: awk.h 344 2010-08-17 13:15:14Z hyunghwan.chung $
|
||||
* $Id: awk.h 434 2011-04-16 14:55:26Z hyunghwan.chung $
|
||||
*
|
||||
Copyright 2006-2009 Chung, Hyung-Hwan.
|
||||
This file is part of QSE.
|
||||
@ -52,6 +52,7 @@
|
||||
*
|
||||
* @example awk04.c
|
||||
* This programs shows how to qse_awk_rtx_call().
|
||||
*
|
||||
*/
|
||||
|
||||
/** @struct qse_awk_t
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* $Id: std.h 340 2010-08-01 13:13:38Z hyunghwan.chung $
|
||||
* $Id: std.h 434 2011-04-16 14:55:26Z hyunghwan.chung $
|
||||
*
|
||||
Copyright 2006-2009 Chung, Hyung-Hwan.
|
||||
This file is part of QSE.
|
||||
@ -33,6 +33,11 @@
|
||||
* normal file name.
|
||||
*/
|
||||
|
||||
/**
|
||||
* @example awk09.c
|
||||
* This programs shows how to specify multiple console output files.
|
||||
*/
|
||||
|
||||
/**
|
||||
* The qse_awk_parsestd_type_t type defines a source script type
|
||||
*/
|
||||
|
Reference in New Issue
Block a user