X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdlib%2Fmbstowcs.c;h=a7cd2a0fb8709af6e8ef34241c71da031216a52e;hb=c8f799d852e3698468a78954d82588e841cc0b70;hp=f4ca6d192e2a10b989fb0d57a8f98a32815e24c1;hpb=5e125f38b2aba7d706a9143727e2ef72d58391dc;p=pdclib.old diff --git a/functions/stdlib/mbstowcs.c b/functions/stdlib/mbstowcs.c index f4ca6d1..a7cd2a0 100644 --- a/functions/stdlib/mbstowcs.c +++ b/functions/stdlib/mbstowcs.c @@ -1,9 +1,9 @@ -// ---------------------------------------------------------------------------- -// $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. + * --------------------------------------------------------------------------*/ size_t mbstowcs( wchar_t * restrict wcs, const char * restrict s, size_t n ) { /* TODO */ };