From mboxrd@z Thu Jan 1 00:00:00 1970 Message-Id: <200211111713.gABHDji04495@augusta.math.psu.edu> To: 9fans@cse.psu.edu Subject: Re: [9fans] ls In-Reply-To: Your message of "Mon, 11 Nov 2002 16:33:17." From: Dan Cross Date: Mon, 11 Nov 2002 12:13:44 -0500 Topicbox-Message-UUID: 1add5b24-eacb-11e9-9e20-41e7f4b1d025 > and, in /acme/mail/src/mail.c: > > int isrcspecial(int c) > { > char *s; > for (s = "`^#*[]=|\\?${}()'<>&;"; *s; s++) > if (*s == c) > return 1; > return 0; > } Yuck. I feel compelled to ask again: can we please put this in a library? - Dan C.