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
7
extern
"C"
{
8
#endif
9
10
#ifndef __STDC_SECURE_LIB__
11
12
DCLCAPI
errno_t
gmtime_s
(
struct
tm* __tm,
const
time_t* __time);
13
DCLCAPI
errno_t
localtime_s
(
struct
tm* __tm,
const
time_t* __time);
14
15
#endif
// __STDC_SECURE_LIB__
16
17
#ifdef _MSC_VER
18
DCLCAPI
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
gmtime_s
DCLCAPI errno_t gmtime_s(struct tm *__tm, const time_t *__time)
localtime_s
DCLCAPI errno_t localtime_s(struct tm *__tm, const time_t *__time)
DCLCAPI
#define DCLCAPI
Definition
Config.h:100
include
dcl
_time.h
Generated by
1.14.0