DCL 4.0
Loading...
Searching...
No Matches
_time.h
Go to the documentation of this file.
1#ifndef __DCL_TIME_R_H__
2#define __DCL_TIME_R_H__ 20070723
3
4#include <time.h>
5
6#ifdef __cplusplus
7extern "C" {
8#endif
9
10#ifndef __STDC_SECURE_LIB__
11
12DCLCAPI errno_t gmtime_s(struct tm* __tm, const time_t* __time);
13DCLCAPI errno_t localtime_s(struct tm* __tm, const time_t* __time);
14
15#endif // __STDC_SECURE_LIB__
16
17#ifdef _MSC_VER
18DCLCAPI char* strptime(const char* __s, const char* __format, struct tm* __tm);
19#endif
20
21#ifdef __cplusplus
22}
23#endif
24
25
26#endif // __DCL_TIME_R_H__
27
DCLCAPI errno_t gmtime_s(struct tm *__tm, const time_t *__time)
DCLCAPI errno_t localtime_s(struct tm *__tm, const time_t *__time)
#define DCLCAPI
Definition Config.h:100