comparison src/osdef1.h.in @ 39:c16898406ff2

synchorinize version 7.3.081
author one@zeus.cr.ie.u-ryukyu.ac.jp
date Fri, 17 Dec 2010 17:43:06 +0900
parents 76efa0be13f1
children
comparison
equal deleted inserted replaced
38:e06a1cd7230d 39:c16898406ff2
23 extern int fseek __ARGS((FILE *, long, int)); 23 extern int fseek __ARGS((FILE *, long, int));
24 #ifdef HAVE_FSEEKO 24 #ifdef HAVE_FSEEKO
25 extern int fseeko __ARGS((FILE *, off_t, int)); 25 extern int fseeko __ARGS((FILE *, off_t, int));
26 #endif 26 #endif
27 extern long ftell __ARGS((FILE *)); 27 extern long ftell __ARGS((FILE *));
28 #ifdef HAVE_FTELLO 28 #ifdef HAVE_FSEEKO
29 extern off_t ftello __ARGS((FILE *)); 29 extern off_t ftello __ARGS((FILE *));
30 #endif 30 #endif
31 extern void rewind __ARGS((FILE *)); 31 extern void rewind __ARGS((FILE *));
32 extern int fread __ARGS((char *, int, int, FILE *)); 32 extern int fread __ARGS((char *, int, int, FILE *));
33 extern int fwrite __ARGS((char *, int, int, FILE *)); 33 extern int fwrite __ARGS((char *, int, int, FILE *));