![Netscape ENTERPRISE SERVER 6.1 Manual Download Page 207](http://html1.mh-extra.com/html/netscape/enterprise-server-6-1/enterprise-server-6-1_manual_1674653207.webp)
NSAPI Functions (in Alphabetical Order)
Chapter
5
NSAPI Function Reference
207
Parameters
char *s
is the buffer to receive the formatted string.
int n
is the maximum number of bytes allowed to be copied.
register char *fmt
is the format string. The function handles only
%d
and
%s
strings; it does not handle any width or precision strings.
va_list args
is an STD argument variable obtained from a previous call to
va_start
.
See also
util_sprintf, util_vsprintf
util_vsprintf
The
util_vsprintf
function formats a specified string, using a specified format,
into a specified buffer using the
vprintf
-style syntax without bounds checking. It
returns the number of characters in the formatted buffer.
For more information, see the documentation on the
printf
function for the
run-time library of your compiler.
Syntax
int util_vsprintf(char *s, register char *fmt, va_list args);
Returns
The number of characters formatted into the buffer.
Parameters
char *s
is the buffer to receive the formatted string.
register char *fmt
is the format string. The function handles only
%d
and
%s
strings; it does not handle any width or precision strings.
va_list args
is an STD argument variable obtained from a previous call to
va_start
.
See also
util_snprintf, util_vsnprintf
Summary of Contents for ENTERPRISE SERVER 6.1
Page 1: ...NSAPI Programmer s Guide Netscape Enterprise Server Version6 1 April 2002 Draft...
Page 290: ...Miscellaneous 290 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Page 318: ...cinfo 318 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Page 336: ...Buffered Streams 336 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Page 344: ...344 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Page 350: ...350 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Page 356: ...356 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...