You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to get file size of file on SD card:
FILE* fp = fopen("file.nam","rb");
fseek(fp, 0, SEEK_END);
unsigned long size = ftell(fp);
ftell always gets a zero returned on successful call to File_fseek.
(Propeller Activity Board, propellergcc_v1_0_0)
steps to reproduce outlined at
(http://forums.parallax.com/showthread.php/157861-Having-trouble-with-quot-ftell
()-quot)
Original issue reported on code.google.com by [email protected] on 21 Oct 2014 at 3:49
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 21 Oct 2014 at 3:49The text was updated successfully, but these errors were encountered: