Path: chuka.playstation.co.uk!news From: gil@snsys.com (Gil Jaysmith) Newsgroups: scea.yaroze.programming.libraries,scee.yaroze.programming.libraries Subject: Re: scanf() and sscanf() stdio.h functions? Date: Mon, 15 Dec 1997 10:54:03 GMT Organization: SN Systems Lines: 12 Message-ID: <34950bae.1872592@news.playstation.co.uk> References: <6700sq$9k33@chuka.playstation.co.uk> Reply-To: gil@snsys.com NNTP-Posting-Host: trish.snsys.com X-Newsreader: Forte Free Agent 1.11/32.235 Xref: chuka.playstation.co.uk scea.yaroze.programming.libraries:3 scee.yaroze.programming.libraries:94 "Mario Wynands" wrote: >Anybody know what happened to the C Standard Library SCANF functions? I >can't seem to access them. They aren't implemented. Sony implemented only the parts of the C standard library which seemed important, and the 'scanf' family is mostly used for input parsing, which is much less common on the Yaroze than on most hosts since the Yaroze has no stdin stream and no keyboard. So you'll have to write your own tokenising functions. (Lucky they implemented strtok, really :=) - Gil