SYNOPSIS
#include <time.h>
time_t time(time_t *tloc);
DESCRIPTION
The
PARAMETERS
- tloc
-
Points to an area where the return value is stored. If tloc is NULL, no value is stored. If tloc is nonzero, the return value is stored in the location that tloc points to.
RETURN VALUES
If successful,
CONFORMANCE
POSIX.1 (1996).
MULTITHREAD SAFETY LEVEL
Async-signal-safe.
PORTING ISSUES
None.
AVAILABILITY
PTC MKS Toolkit for Professional Developers
PTC MKS Toolkit for Professional Developers 64-Bit Edition
PTC MKS Toolkit for Enterprise Developers
PTC MKS Toolkit for Enterprise Developers 64-Bit Edition
SEE ALSO
- Functions:
asctime() ,asctime_r() ,clock() ,ctime() ,ctime_r() ,difftime() ,gmtime() ,gmtime_r() ,localtime() ,localtime_r() ,mktime() ,strftime()
PTC MKS Toolkit 10.4 Documentation Build 39.