X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2Ftrimcpy.c;h=64dd84879ed313fe7aee77fa9390a6a203283135;hb=adf591eb56d60000e806e20c42eb1907e2cc6fcd;hp=f24563ce73e25ee045a4c79bcb87680eba93279d;hpb=a485ed478abbd599d8c9aab48934e7a26733ecb1;p=mmh diff --git a/sbr/trimcpy.c b/sbr/trimcpy.c index f24563c..64dd848 100644 --- a/sbr/trimcpy.c +++ b/sbr/trimcpy.c @@ -1,18 +1,18 @@ /* - * trimcpy.c -- strip leading and trailing whitespace, - * -- replace internal whitespace with spaces, - * -- then return a copy. - * - * 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. - */ +** trimcpy.c -- strip leading and trailing whitespace, +** -- replace internal whitespace with spaces, +** -- then return a copy. +** +** 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 (unsigned char *cp) +trimcpy(unsigned char *cp) { unsigned char *sp;