Home
/
bebbo
/
libnix
› sources/nix/stdlib/wctob.c
devel1
devel3
master
📋
🔐
Admin Panel
🔙 ..
📄 _MSTEP.c
📄 abort.c
📄 abs.c
📄 assert.c
📄 atexit.c
📄 atoi.c
📄 atol.c
📄 atoll.c
📄 bsearch.c
📄 btowc.c
📄 calloc.c
📄 getenv.c
📄 itoa.c
📄 labs.c
📄 ldiv.c
📄 lldiv.c
📄 malloc.c
📄 mbrtowc.c
📄 qsort.c
📄 rand.c
📄 realloc.c
📄 strtol.c
📄 strtoll.c
📄 strtoul.c
📄 strtoull.c
📄 utoa.c
📄 wcrtomb.c
📄 wcstol.c
📄 wctob.c
📄 Raw
#include <wchar.h> int wctob(wint_t wc) { return wc > 0xff ? 0xff : wc; }
×
Login
Username:
Password:
Login