HP 9000 User Manual page 180

Computers
Hide thumbs Also See for 9000:
Table of Contents

Advertisement

Table C-2. NLS Library Routines (continued)
Routine
HP-UX
Reference Entry
fgetws(wchar_t *ws, int fgetws(3C)
n, FILE *stream)
FIRSTof2( int c)
nLtools_16(3C)
fprintf (FILE *stream,
printf(3C)
const char *format,
1*
[arg,]
*1 ... )
fputws(const wchar_t
fputws(3C)
*ws, FILE *stream)
fscanf (FILE *stream,
scanf(3C)
const char *format,
1*
[pointer ,]
*1 ... )
gcvt (double value,
ecvt(3C)
sizet ndigit, char *buf)
Description
Reads characters from the stream,
converts them into corresponding wide
characters and places them into the
array pointed to by ws, until n-l
characters are read, a new-line is read
and transferred to ws, or an end-of-file
condition is encountered. The wide
string is then terminated with a null
wide character.
Returns a non-zero value if c can be
the first byte of a two-byte character
according to the NLS environment
loaded, and zero if it cannot.
Places output in the named output
stream. Converts, formats, and prints
its
[args]
under control of the format.
Writes a character string corresponding
to the null-terminated, wide-character
string pointed to by ws to the named
output stream, but does not append a
new-line character or a terminating
null character.
Reads characters from the stream.
Interprets them according to the
control string format argument, and
stores the results in its
[pointer]
arguments.
Converts value into a null-terminated
string in the array pointed to by buf
with ndigit significant digits, and
returns buf.
NLS References
C-7
C

Advertisement

Table of Contents
loading

Table of Contents