GETWCL(3) BSD Library Functions Manual GETWCL(3)
NAME
fgetwcl, getwcl, getwcharl -- get next wide character from input
stream
LIBRARY
Standard C Library (libc, -lc)
SYNOPSIS
##include <>
##include <>
##include <>
wintt
fgetwcl(FILE *stream, localet loc);
wintt
getwcl(FILE *stream, localet loc);
wintt
getwcharl(localet loc);
DESCRIPTION
The fgetwcl(), getwcl(), and getwcharl() functions are extended locale
versions of the fgetwc(), getwc(), and getwchar() functions, respec-
tively. Refer to their manual pages for details. Also, see xlocale(3)
for more information about extended locales.
SEE ALSO
getwc(3), xlocale(3)
BSD March 11, 2005 BSD
|