NWfprintf(3nw)
NWfprintf --
preprocesses the format string, creating a reordering vector
Synopsis
#include <time.h> or #define NWL_EXCLUDE_TIME
#include <stdio.h> or #define NWL_EXCLUDE_FILE
#include <nwlocale.h>
int far cdecl NWfprintf
(FILE NWFAR
stream,
char NWFAR
format,
parameter_1,
parameter_2);
Description
The parameters are as follows:
- stream
-
(OUT) Points to the stream to receive formatted data.
- format
-
(IN) Points to the format string determining how the data will be formatted before sending it to the stream.
- parameter_1, parameter_2,
-
(IN) Specifies the user-supplied variable list of parameters whose values are used in the formatted output.
Return values
Number of bytes output.
Notices
NWfprintf is the same as C standard fprintf.
The reordering vector reorders the variable list of parameters on the stack before calling C standardvfprintf. To understand how to deal with the reordering vector,
read the Novell® publication, NetWare Internationalization Guide.
For information on data formatting, see printf in any C manual.
Services
Internationalization
NCP calls
None
References
NWsprintf(3nw),
NWprintf(3nw),
NWvfprintf(3nw),
NWvsprintf(3nw),
NWvprintf(3nw)
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.