We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi,
I am using fatfs file system.
elm-chan.org/.../stat.html
I need to return fdate and ftime convert into 32 bit number
void netHTTPs_fstat (const char *fname, uint32_t *fsize, uint32_t *ftime) { *ftime = ?? }
Thanks, Naeem
Don't do that!
Names with leading underscores are reserved for the compiler!
You meant naming convention?