2 * Copyright (c) 2001 Sendmail, Inc. and its suppliers.
5 * By using this file, you agree to the terms and conditions set
6 * forth in the LICENSE file which can be found at the top level of
7 * the sendmail distribution.
11 #pragma ident "%Z%%M% %I% %E% SMI"
14 SM_RCSID("@(#)$Id: string.c,v 1.1 2001/02/15 21:04:50 ca Exp $")
19 #include <sm/string.h>
22 ** STRIPQUOTES -- Strip quotes & quote bits from a string.
24 ** Runs through a string and strips off unquoted quote
25 ** characters and quote bits. This is done in place.
28 ** s -- the string to strip.