Text only
|
Text with Images
Pelles C forum
Pelles C => Feature requests => Topic started by: fuerst on February 16, 2014, 08:17:15 PM
Title:
_filelengthi64
Post by:
fuerst
on
February 16, 2014, 08:17:15 PM
PellesC declares in io.h
extern long long __cdecl _filelength64(int);
MS-Name is _filelengthi64(int)
Perhaps a simpel macro just for compatibility e.g.
#define _filelengthi64( fd ) _filelength64( fd )
Text only
|
Text with Images