![Netscape ENTERPRISE SERVER 6.1 Скачать руководство пользователя страница 200](http://html1.mh-extra.com/html/netscape/enterprise-server-6-1/enterprise-server-6-1_manual_1674653200.webp)
NSAPI Functions (in Alphabetical Order)
200
Netscape Enterprise Server NSAPI Programmer’s Guide • April 2002 (Draft)
util_itoa
The
util_itoa
function converts a specified integer to a string, and returns 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
is the integer to be converted.
char *a
is the ASCII string that represents the value. The user is responsible for
the allocation and deallocation of
a
, and it should be at least 32 bytes long.
util_later_than
The
util_later_than
function compares the date specified in a time structure
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
ims
is the same as or later than that represented by the
lms
or 0 if the date represented by
ims
is earlier than that represented by the
lms.
Parameters
tm *lms
is the time structure containing a date.
char *ims
is the string containing a date.
See also
util_strftime
Содержание ENTERPRISE SERVER 6.1
Страница 1: ...NSAPI Programmer s Guide Netscape Enterprise Server Version6 1 April 2002 Draft...
Страница 18: ...Where to Find Related Information 18 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 138: ...CGI to NSAPI Conversion 138 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 214: ...NSAPI Functions in Alphabetical Order 214 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 290: ...Miscellaneous 290 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 310: ...The Netscape LDAP Schema 310 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 318: ...cinfo 318 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 324: ...Sample MIME Types File 324 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 336: ...Buffered Streams 336 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 344: ...344 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 350: ...350 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 356: ...356 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...