This commit is contained in:
parent
03da99bbb0
commit
51a77e109e
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* $Id: stdio.h 120 2008-03-09 05:58:12Z baconevi $
|
* $Id: stdio.h 121 2008-03-09 05:59:34Z baconevi $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _ASE_UTL_STDIO_H_
|
#ifndef _ASE_UTL_STDIO_H_
|
||||||
@ -40,7 +40,7 @@
|
|||||||
#define ase_ferror(s) ferror(s)
|
#define ase_ferror(s) ferror(s)
|
||||||
#define ase_clearerr(s) clearerr(s)
|
#define ase_clearerr(s) clearerr(s)
|
||||||
#define ase_fflush(s) fflush(s)
|
#define ase_fflush(s) fflush(s)
|
||||||
#define ase_flcose(s) fclose(s)
|
#define ase_fclose(s) fclose(s)
|
||||||
|
|
||||||
#define ASE_STDIN stdin
|
#define ASE_STDIN stdin
|
||||||
#define ASE_STDOUT stdout
|
#define ASE_STDOUT stdout
|
||||||
|
Loading…
Reference in New Issue
Block a user