Util_Vsprintf - Netscape ENTERPRISE SERVER 6.1 - NSAPI PROGRAMMER GUIDE Manual

Nsapi
Table of Contents

Advertisement

Parameters
is the buffer to receive the formatted string.
char *s
is the maximum number of bytes allowed to be copied.
int n
register char *fmt
strings; it does not handle any width or precision strings.
is an STD argument variable obtained from a previous call to
va_list args
.
va_start
See also
util_sprintf, util_vsprintf

util_vsprintf

The
util_vsprintf
into a specified buffer using the
returns the number of characters in the formatted buffer.
For more information, see the documentation on 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
is the buffer to receive the formatted string.
char *s
register char *fmt
strings; it does not handle any width or precision strings.
is an STD argument variable obtained from a previous call to
va_list args
.
va_start
See also
util_snprintf, util_vsnprintf
is the format string. The function handles only
function formats a specified string, using a specified format,
-style syntax without bounds checking. It
vprintf
is the format string. The function handles only
NSAPI Functions (in Alphabetical Order)
function for the
printf
Chapter 5
NSAPI Function Reference
and
%d
%s
and
%d
%s
207

Advertisement

Table of Contents
loading

This manual is also suitable for:

Enterprise server 6.1

Table of Contents