Date: Wed, 30 Aug 2000 11:18:25 -0600 From: Warner Losh <imp@village.org> To: Ruslan Ermilov <ru@sunbay.com> Cc: Sheldon Hearn <sheldonh@uunet.co.za>, "Andrey A. Chernov" <ache@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libalias alias_proxy.c Message-ID: <200008301718.LAA16983@harmony.village.org> In-Reply-To: Your message of "Wed, 30 Aug 2000 18:13:16 %2B0300." <20000830181316.B82227@sunbay.com> References: <20000830181316.B82227@sunbay.com> <20000830173420.A80504@sunbay.com> <83666.967647763@axl.fw.uunet.co.za>
next in thread | previous in thread | raw e-mail | index | archive | help
In message <20000830181316.B82227@sunbay.com> Ruslan Ermilov writes: : The problem is when a program and library use strtok() simultaneously: : 1. you call strtok() from your main code : 2. you call a library function : 3. library function calls strtok() : 4. you call strtok() from your main code again (poof!) This is what should be documented in style(9). Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200008301718.LAA16983>