]> pd.if.org Git - pdclib/blobdiff - functions/stdlib/wcstombs.c
Added template implementation files.
[pdclib] / functions / stdlib / wcstombs.c
diff --git a/functions/stdlib/wcstombs.c b/functions/stdlib/wcstombs.c
new file mode 100644 (file)
index 0000000..08a639f
--- /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.
+// ----------------------------------------------------------------------------
+
+size_t wcstombs( char * restrict s, const wchar_t * restrict wcs, size_t n ) { /* TODO */ };