News:

Download Pelles C here: http://www.smorgasbordet.com/pellesc/

Main Menu

_filelengthi64

Started by fuerst, February 16, 2014, 08:17:15 PM

Previous topic - Next topic

fuerst

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 )