Jump to content United States-English
HP.com Home Products and Services Support and Drivers Solutions How to Buy
» Contact HP
More options
HP.com home
HP-UX Reference > T

time(2)

HP-UX 11i Version 3: February 2007
» 

Technical documentation

» Feedback
Content starts here

 » Table of Contents

 » Index

NAME

time — get time

SYNOPSIS

#include <time.h>

time_t time(time_t *tloc);

DESCRIPTION

time() returns the value of time in seconds since the Epoch.

If tloc is not a null pointer, the return value is also assigned to the object to which it points.

RETURN VALUE

Upon successful completion, time() returns the value of time. Otherwise, a value of (time_t)-1 is returned and errno is set to indicate the error.

ERRORS

[EFAULT]

time() fails if tloc points to an illegal address. The reliable detection of this error is implementation dependent.

STANDARDS CONFORMANCE

time(): AES, SVID2, SVID3, XPG2, XPG3, XPG4, FIPS 151-2, POSIX.1, ANSI C

Printable version
Privacy statement Using this site means you accept its terms Feedback to webmaster
© 1983-2007 Hewlett-Packard Development Company, L.P.