Manpage of ASCTIME

Google
Web www.fiveanddime.net

ASCTIME

Section: NEWLIB (3)
Updated: 2005 Feb 23
Index Return to Main Contents
 

NAME

8.1 `asctime'--format time as string

 

SYNOPSIS


     #include <time.h>
     char *asctime(const struct tm *CLOCK);
     char *asctime_r(const struct tm *CLOCK, char *BUF);  

DESCRIPTION

Format the time value at CLOCK into a string of the form
      Wed Jun 15 11:38:07 19880
   The string is generated in a static buffer; each call to `asctime' overwrites the string generated by previous calls.

 

RETURNS

A pointer to the string containing a formatted timestamp.

 

PORTABILITY

ANSI C requires `asctime'.


   `asctime' requires no supporting OS subroutines.

 

SEE ALSO

asctime is part of the libc library. The full documentation for libc is maintained as a Texinfo manual. If info and libc are properly installed at your site, the command
info libc

will give you access to the complete manual.


 

Index

NAME
SYNOPSIS
DESCRIPTION
RETURNS
PORTABILITY
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 21:25:12 GMT, May 16, 2005



www.fiveanddime.net








Google
Web www.fiveanddime.net