Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
i' still trying to convert old tools written for windows and now i have found a function called _filelengthi64 usually its just to remove the _ at the beginning and i64 at the end, but apparently filelength() doesnt exist.
How do i get the filesize in C.
Offline
Lookup the doco on fstat() and the stat struct (sys/types.h sys/stat.h etc)
Offline
Thanks
Offline