]> pd.if.org Git - pdclib/blobdiff - functions/string/strxfrm.c
Re-import from Subversion.
[pdclib] / functions / string / strxfrm.c
index 5b0fabb3fa75ffe354a3cb516d8c7e936cdfc50d..a971e38d572ada95e9a5a7168ccb4365a0465566 100644 (file)
@@ -1,13 +1,13 @@
-// ----------------------------------------------------------------------------
-// $Id$
-// ----------------------------------------------------------------------------
-// Public Domain C Library - http://pdclib.sourceforge.net
-// This code is Public Domain. Use, modify, and redistribute at will.
-// ----------------------------------------------------------------------------
+/* ----------------------------------------------------------------------------
+ * $Id$
+ * ----------------------------------------------------------------------------
+ * Public Domain C Library - http://pdclib.sourceforge.net
+ * This code is Public Domain. Use, modify, and redistribute at will.
+ * --------------------------------------------------------------------------*/
 
 #include <__size_t.h>
 
-// TODO: Dummy function, no locale support yet.
+/* TODO: Dummy function, no locale support yet. */
 
 size_t strlen( const char * src );
 char * strncpy( char * restrict dest, const char * restrict src, size_t n );