#include <string.h>
#include "hycomp.h"
#include "hyport.h"
Functions | |
U_32 VMCALL | hystrftime (struct HyPortLibrary *portLibrary, char *buf, U_32 bufLen, const char *format) |
Returns the current time in as a formatted string. |
U_32 VMCALL hystrftime | ( | struct HyPortLibrary * | portLibrary, | |
char * | buf, | |||
U_32 | bufLen, | |||
const char * | format | |||
) |
Returns the current time in as a formatted string.
Formatted according to the 'format' parameter.
[in] | portLibrary | The port library. |
[in,out] | buf | A pointer to a character buffer where the resulting time string will be stored. |
[in] | bufLen | The length of the 'buf' character buffer. |
[in] | format | The format string, ordinary characters placed in the format string are copied. to buf without conversion. Conversion specifiers are introduced by a '' character, and are replaced in buf as follows:.
|
Genereated on Tue Dec 9 14:12:59 2008 by Doxygen.
(c) Copyright 2005, 2008 The Apache Software Foundation or its licensors, as applicable.