You're reading the documentation for a development version.
For the latest stable release version, please have a look at master.

Function get_file_size

Function Documentation

unsigned int get_file_size(const char *name)

利用 ftell 函数获取文件大小

参数:

name -- [IN] 文件名

返回:

unsigned int 文件大小