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