mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-18 23:42:00 +03:00
26 lines
270 B
Plaintext
26 lines
270 B
Plaintext
Description:
|
|
btowc() function: convert unibyte character to wide character.
|
|
|
|
Files:
|
|
lib/btowc.c
|
|
m4/btowc.m4
|
|
|
|
Depends-on:
|
|
wchar
|
|
|
|
configure.ac:
|
|
gl_FUNC_BTOWC
|
|
gl_WCHAR_MODULE_INDICATOR([btowc])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<wchar.h>
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Bruno Haible
|
|
|