The Complete SPRLIB & ANNLIB

time_stamp

- store current time and date into a character string

SYNOPSIS

void time_stamp (buffer)

ARGUMENTS

char *buffer A pointer to a text buffer. This buffer must be pre-allocated and have a length of at least 25 bytes.

RETURNS

Nothing.

FUNCTION

This function prints the current time and date into the buffer using the C-library's time and ctime functions.

NOTE

This function is used to fill the CreationDate and ModificationDate fields of the NET structure.

This document was generated using api2html on Thu Mar 5 09:00:00 MET DST 1998