]> pd.if.org Git - pdclib/blob - functions/stdlib/wctomb.c
ba316219e7f7b517a7ccd7a28ff65f7463c3bd65
[pdclib] / functions / stdlib / wctomb.c
1 // ----------------------------------------------------------------------------
2 // $Id$
3 // ----------------------------------------------------------------------------
4 // Public Domain C Library - http://pdclib.sourceforge.net
5 // This code is Public Domain. Use, modify, and redistribute at will.
6 // ----------------------------------------------------------------------------
7
8 int wctomb( char * s, wchar_t wchar ) { /* TODO */ };