NWvfprintf(3nw)


NWvfprintf -- reorders parameter variable list before vfprintf

Synopsis

   #include <time.h> or #define NWL_EXCLUDE_TIME 
   #include <stdio.h> or #define NWL_EXCLUDE_FILE 
   #include <nwlocale.h> 
   

int NWAPI NWvfprintf (FILE NWFAR *stream, char NWFAR *format, char NWFAR *argList);

Description

The parameters are as follows:

stream
(IN) 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.

argList
(IN) Points to a variable list of parameters whose values are used in the formatted output.

Return values

Number of bytes output.

Notices

If NWvfprint's format string is not prepended with a reordering vector, NWvfprinf is the same as C standard fprintf.

For information about formatting data, see printf in any C manual.

Services

Internationalization

NCP calls

None

References

NWprintf(3nw), NWsprintf(3nw), NWfprintf(3nw), NWvsprintf(3nw), NWvprintf(3nw)
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.