NO

Author Topic: _filelengthi64  (Read 2632 times)

fuerst

  • Guest
_filelengthi64
« 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 )