Contents:
API Reference:
Test API Reference:
Gets the size of an existing file.
off_t size = fs_file_size("foo.txt") printf("file size: %d", size);
path – [in] Some null-terminated path
The size of the file, in bytes