acl
3.5.3.0
acl_timeops.h
浏览该文件的文档.
1
/*
2
* Name: misc.h
3
* Author: zsx
4
* Date: 2003-12-16
5
* Version: 1.0
6
*/
7
8
#ifndef ACL_MISC_INCLUDE_H
9
#define ACL_MISC_INCLUDE_H
10
11
#ifdef __cplusplus
12
extern
"C"
{
13
#endif
14
#include "
acl_define.h
"
15
#include <time.h>
16
17
/* acl_str2time.c */
18
/**
19
* 将时间字符串转换为 time_t 类型
20
* @param str 时间字符串格式为: year-month-mday(如: 2004-1-1)
21
* @return time_t 类型的值
22
*/
23
ACL_API time_t
acl_str2time_t
(
const
char
*str);
24
25
#ifdef __cplusplus
26
}
27
#endif
28
29
#endif
30
acl_str2time_t
ACL_API time_t acl_str2time_t(const char *str)
acl_define.h
include
acl
stdlib
acl_timeops.h
生成于 2021年 九月 10日 星期五 11:14:43 , 为 acl使用
1.8.15