2 * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
3 * See the copyright notice in the ACK home directory, in the file "Copyright".
11 /* was: wctomb(char *s, wchar_t wchar)
12 * This conflicts with prototype, so it was changed to:
14 wctomb(char *s
, wchar_t wchar
)
16 if (!s
) return 0; /* no state dependent codings */