admin
base
basedrv
boot
busdrv
cluster
cmd
crts
asms
crtw32
bsku
convert
direct
dllstuff
dos
eh
exec
h
hack
heap
helper
iostream
linkopts
lowio
mbstring
misc
rtc
startup
stdcpp
stdcpp64
stdhpp
algorithm
bitset
cassert
cctype
cerrno
cfloat
ciso646
climits
clocale
cmath
complex
csetjmp
csignal
cstdarg
cstddef
cstdio
cstdlib
cstring
ctime
cwchar
cwctype
deque
exception
fstream
functional
hash_map
hash_set
iomanip
ios
iosfwd
iostream
iso646.h
istream
iterator
limits
list
locale
map
memory
new
numeric
ostream
queue
set
sstream
stack
stdexcept
stl.h
streambuf
string
strstream
typeinfo
use_ansi.h
utility
valarray
vector
wctype.h
xcomplex
xdebug
xhash
xiosbase
xlocale
xlocinfo
xlocinfo.h
xlocmes
xlocmon
xlocnum
xloctime
xmemory
xstddef
xstring
xtree
xutility
ymath.h
yvals.h
stdhpp64
stdio
string
time
tools
crt32.nt
dirs
oldv2log.txt
doc
fpw32
langapi
libw32
srcrel
cb.cmd
clean.bat
clean.cmd
cleanbld.cmd
clns_bld.bat
depsed.sed
dirs
log.txt
log_64.txt
log_v40.txt
log_v41.txt
log_v42.txt
log_v50.txt
log_v60.txt
make.cmd
makefile
makefile.inc
makefile.sub
mk.bat
mkbld.cmd
ntia64bld.cmd
prebld.sed
rmdepend.bat
ddk
dload
dloadhandler
efiutil
eventlog
firmware
fs
fsrec
hals
headless
inc
mspatch
mvdm
ntdll
ntdllsym
ntos
ntsetup
pnp
published
qfe
remoteboot
screg
seaudit
strsafe
stublibs
subsys
testlockout
tools
urtl
wdmdrv
wdmlib
win32
wmi
wow64
xip
zlib
dirs
prerelease.inc
project.mk
com
developer
drivers
ds
enduser
inetcore
inetsrv
loc
mergedcomponents
multimedia
net
printscan
public
published
sdktools
shell
termsrv
tools
windows
dirs
makefil0
28 lines
659 B
Plaintext
28 lines
659 B
Plaintext
// ctime standard header
|
|
#pragma once
|
|
#ifndef _CTIME_
|
|
#define _CTIME_
|
|
#include <yvals.h>
|
|
|
|
#ifdef _STD_USING
|
|
#undef _STD_USING
|
|
#include <time.h>
|
|
#define _STD_USING
|
|
#else /* _STD_USING */
|
|
#include <time.h>
|
|
|
|
_STD_BEGIN
|
|
using ::clock_t; using ::size_t;
|
|
using ::time_t; using ::tm;
|
|
using ::asctime; using ::clock; using ::ctime;
|
|
using ::difftime; using ::gmtime; using ::localtime;
|
|
using ::mktime; using ::strftime; using ::time;
|
|
_STD_END
|
|
#endif /* _STD_USING */
|
|
#endif /* _CTIME_ */
|
|
|
|
/*
|
|
* Copyright (c) 1992-2001 by P.J. Plauger. ALL RIGHTS RESERVED.
|
|
* Consult your license regarding permissions and restrictions.
|
|
V3.10:0009 */
|