----- Original Message ----- From: "Sam Varshavchik" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, March 02, 2003 8:30 PM Subject: [sqwebmail] Re: Copyright (logindomainlist patch)
> Jesse Guardiani writes: > > > > Is there a similar function in the GNU linux source code that I > > could include instead? ( One that is much less buggy than strtok()? ) > > glibc includes strsep(). > > Looking over what strsep() does I don't see it's so complicated that you > can't roll your own. I agree. I started on an implementation using strchr() last night. Probably won't be near as fast as the FreeBSD version, but it's no big deal. We don't need one that fast for this particular purpose. > > >
