acl  3.5.3.0
acl_timeops.h 文件参考
#include "acl_define.h"
#include <time.h>
+ acl_timeops.h 的引用(Include)关系图:
+ 此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

函数

ACL_API time_t acl_str2time_t (const char *str)
 

函数说明

◆ acl_str2time_t()

ACL_API time_t acl_str2time_t ( const char *  str)

将时间字符串转换为 time_t 类型

参数
str时间字符串格式为: year-month-mday(如: 2004-1-1)
返回
time_t 类型的值