9 date 92.12.15.00.20.22; author jromine; state Exp;
14 date 92.01.31.21.58.26; author jromine; state Exp;
19 date 92.01.31.21.57.47; author jromine; state Exp;
33 @/* trimcpy.c - strip [lt]wsp and replace newlines with spaces */
35 static char ident[] = "@@(#)$Id: trimcpy.c,v 1.2 1992/01/31 21:58:26 jromine Exp jromine $";
51 for (sp = cp + strlen (cp) - 1; sp >= cp; sp--)
56 for (sp = cp; *sp; sp++)
72 static char ident[] = "@@(#)$Id$";