X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2Ftrimcpy.c;h=8b57ad688450c35060ab0f603502f07555c6b393;hb=c79c37f2b6e647212c36b63841a4628af01c774a;hp=d13554850c9e0939807bad6c79d11e0400e2f9fb;hpb=1691e80890e5d8ba258c51c214a3e91880e1db2b;p=mmh diff --git a/sbr/trimcpy.c b/sbr/trimcpy.c index d135548..8b57ad6 100644 --- a/sbr/trimcpy.c +++ b/sbr/trimcpy.c @@ -5,15 +5,19 @@ * -- then return a copy. * * $Id$ + * + * This code is Copyright (c) 2002, by the authors of nmh. See the + * COPYRIGHT file in the root directory of the nmh distribution for + * complete copyright information. */ #include char * -trimcpy (char *cp) +trimcpy (unsigned char *cp) { - char *sp; + unsigned char *sp; /* skip over leading whitespace */ while (isspace(*cp))