X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Fstring%2Fstrxfrm.c;h=a971e38d572ada95e9a5a7168ccb4365a0465566;hp=5b0fabb3fa75ffe354a3cb516d8c7e936cdfc50d;hb=1d9d92ba957a0b8307c9a65c35867fde68e6533b;hpb=8c8750c2826684c2420571a8007b9606f72c9040 diff --git a/functions/string/strxfrm.c b/functions/string/strxfrm.c index 5b0fabb..a971e38 100644 --- a/functions/string/strxfrm.c +++ b/functions/string/strxfrm.c @@ -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 );