Multiple-Byte Characters - mblen(), mbtowc(), wctomb(), mbstowcs(), wcstombs(); stdlib.c

Because the compiler does not support multiple-byte characters, all multiple-byte routines in stdlib.c are unimplemented. If these functions are needed, the programmer must specifically write them.