14 lines
366 B
C
14 lines
366 B
C
|
/*
|
||
|
* Information local to this implementation of stdio64,
|
||
|
* in particular, macros and private variables.
|
||
|
*/
|
||
|
|
||
|
#include "local.h"
|
||
|
|
||
|
#ifdef __LARGE64_FILES
|
||
|
extern fpos64_t _EXFUN(__sseek64,(void *, fpos64_t, int));
|
||
|
extern fpos64_t _EXFUN(__sseek64_error,(void *, fpos64_t, int));
|
||
|
extern _READ_WRITE_RETURN_TYPE _EXFUN(__swrite64,(void *, char const *, int));
|
||
|
#endif
|
||
|
|