Function get_file_size
Defined in File nn_utils.h
Function Documentation
-
unsigned int get_file_size(const char *name)
利用 ftell 函数获取文件大小
- 参数:
name -- [IN] 文件名
- 返回:
unsigned int 文件大小
Defined in File nn_utils.h
利用 ftell 函数获取文件大小
name -- [IN] 文件名
unsigned int 文件大小