/* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */ #include size_t mbstowcs(wchar_t *wcs, const char *s, size_t n) { int i; for (i=0; s[i] && (i