standard conpliant stdio.h.
This commit is contained in:
parent
9e223b9696
commit
8e63f56caf
|
|
@ -16,10 +16,11 @@
|
|||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
||||
*/
|
||||
#ident "$Id: sys_funcs.cc,v 1.3 2004/03/11 06:02:58 steve Exp $"
|
||||
#ident "$Id: sys_funcs.cc,v 1.4 2004/03/13 05:12:36 steve Exp $"
|
||||
|
||||
# include "config.h"
|
||||
# include "compiler.h"
|
||||
# include <stdio.h>
|
||||
|
||||
/*
|
||||
* Manage the information about system functions. This information is
|
||||
|
|
@ -190,6 +191,9 @@ int load_sys_func_table(const char*path)
|
|||
|
||||
/*
|
||||
* $Log: sys_funcs.cc,v $
|
||||
* Revision 1.4 2004/03/13 05:12:36 steve
|
||||
* standard conpliant stdio.h.
|
||||
*
|
||||
* Revision 1.3 2004/03/11 06:02:58 steve
|
||||
* Verbose details for sft parsing.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue