Welcome to mirror list, hosted at ThFree Co, Russian Federation.

local64.h « stdio64 « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b86c95d0367bd071c7ef0585d1f897b07ac7684c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * 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_r,(struct _reent *, 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));
extern _READ_WRITE_RETURN_TYPE _EXFUN(__swrite64_r,(struct _reent *, void *, 
                                      char const *, int));
#endif