Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!iuvax!cica!tut.cis.ohio-state.edu!ucbvax!janus.Berkeley.EDU!kipnis From: kipnis@janus.Berkeley.EDU (Gary Kipnis) Newsgroups: comp.windows.ms Subject: Using strtok() in ms-windows programs Message-ID: <36818@ucbvax.BERKELEY.EDU> Date: 6 Jun 90 02:07:10 GMT Sender: usenet@ucbvax.BERKELEY.EDU Reply-To: kipnis@janus.Berkeley.EDU (Gary Kipnis) Organization: University of California, Berkeley Lines: 10 Hi, I need to use strtok() function in my program. I know that this function allocates its own buffer probably using malloc(), which makes this function rather unusable under MS-Windows environment. Am I correct in the above assumptions and do I need to write my own version of strtok() or can I safely use strtok() in my program? Thank You, gary