Texas Instruments TMS34010 Reference Manual page 94

C compiler
Hide thumbs Also See for TMS34010:
Table of Contents

Advertisement

Internal Time to String
Syntax
#include
<time.h>
char
*asctime(timeptr)
struct tm
*timeptr;
Defined in
actime. c in rts. src
asctime
Description
The asctime function converts a broken-down time into a string with the
following form:
Mon Jan 11 11:18:36 1988 \n\O
The function returns a pointer to the converted string.
For more information about the functions and types that the
time. h
header declares, see Section 6.1.10 on page 6-7.
6-19

Advertisement

Table of Contents
loading

Table of Contents