X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: RayeR Newsgroups: comp.os.msdos.djgpp Subject: I need strtok_r() function Date: Mon, 17 Oct 2011 10:50:22 -0700 (PDT) Organization: http://groups.google.com Lines: 8 Message-ID: NNTP-Posting-Host: 90.181.199.10 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1318873951 2307 127.0.0.1 (17 Oct 2011 17:52:31 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Mon, 17 Oct 2011 17:52:31 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: k35g2000yqh.googlegroups.com; posting-host=90.181.199.10; posting-account=Q0wMHAoAAADjYrghh94FTf6YnbpTqZgp User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HUALESNKRC X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14,gzip(gfe) Bytes: 1520 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, I'm playing with compiling the x264 encoder and fixes on sources are almost done but now I need char *strtok_r(char *s1, const char *s2, char **s3); function to final compile. It seems that djgpp string.h and libc is outdated and missing it. Could someone provide a piece of code for this function thar will compile in DJGPP? Or even better if there is still somebody maintaining the libc could make an update?