]> pd.if.org Git - pdclib/blobdiff - functions/stdlib/wctomb.c
Added template implementation files.
[pdclib] / functions / stdlib / wctomb.c
diff --git a/functions/stdlib/wctomb.c b/functions/stdlib/wctomb.c
new file mode 100644 (file)
index 0000000..ba31621
--- /dev/null
@@ -0,0 +1,8 @@
+// ----------------------------------------------------------------------------
+// $Id$
+// ----------------------------------------------------------------------------
+// Public Domain C Library - http://pdclib.sourceforge.net
+// This code is Public Domain. Use, modify, and redistribute at will.
+// ----------------------------------------------------------------------------
+
+int wctomb( char * s, wchar_t wchar ) { /* TODO */ };