NWvprintf(3nw)


NWvprintf -- reorders parameter variable list before vprintf

Synopsis

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

int NWAPI NWvprintf (char NWFAR *format, char NWFAR *argList);

Description

The parameters are as follows:

format
(IN) Points to the format string determining how the data will be formatted before sending it to standard output.

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 NWvprintf's format string is not prepended with a reordering vector, NWvprintf is the same as C standard vprintf.

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

Services

Internationalization

NCP calls

None

References

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