[physfs] [semi-OT] stdio question

Brian Hook hook_l at pyrogon.com
Sat Dec 20 12:45:56 EST 2003


> I was wondering whether there's a way (ideally ANSI C) to get the
> size of an already-open FILE*.  

Use fseek(SEEK_END) then ftell()

Brian





More information about the physfs mailing list