Util_Itoa; Util_Later_Than - Netscape ENTERPRISE SERVER 6.0 - NSAPI PROGRAMMER GUIDE Manual

Nsapi
Table of Contents

Advertisement

NSAPI Functions (in Alphabetical Order)

util_itoa

The
length of the string. Use this function to create a textual representation of a
number.
Syntax
int util_itoa(int i, char *a);
Returns
The length of the string created
Parameters
int i
char *a
the allocation and deallocation of

util_later_than

The
against a date specified in a string. If the date in the string is later than or equal to
the one in the time structure, the function returns 1. Use this function to handle
RFC 822, RFC 850, and ctime formats.
Syntax
int util_later_than(struct tm *lms, char *ims);
Returns
1 if the date represented by
or 0 if the date represented by
lms
Parameters
tm *lms
char *ims
See also
util_strftime
196
Netscape Enterprise Server NSAPI Programmer's Guide • November 2001
function converts a specified integer to a string, and returns the
util_itoa
is the integer to be converted.
is the ASCII string that represents the value. The user is responsible for
function compares the date specified in a time structure
util_later_than
is the time structure containing a date.
is the string containing a date.
, and it should be at least 32 bytes long.
a
is the same as or later than that represented by the
ims
is earlier than that represented by the
ims
lms.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Enterprise server 6.0

Table of Contents