X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Fstring%2Fstrerror.c;h=1cd820cc869946f9e2c3e5a53550d540de0843c0;hp=2fdacdba5431bfc1eb73215bd612f477a5c50d22;hb=1d9d92ba957a0b8307c9a65c35867fde68e6533b;hpb=19b4cc9a30c2ede7a0cd6c417b5f26851376b708 diff --git a/functions/string/strerror.c b/functions/string/strerror.c index 2fdacdb..1cd820c 100644 --- a/functions/string/strerror.c +++ b/functions/string/strerror.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. + * --------------------------------------------------------------------------*/ #include