From: Adam Brown Newsgroups: comp.os.msdos.djgpp Subject: Re: Date: Sun, 30 Aug 1998 17:59:29 +0200 Organization: IP Worldcom Lines: 4 Message-ID: <35E976E1.3B00@geocities.com> References: <35E881DF DOT 7106 AT geocities DOT com> <6sb36g$hos AT news-central DOT tiac DOT net> Reply-To: adambrown1 AT geocities DOT com NNTP-Posting-Host: portls32.worldcom.ch Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk > fgets() is a good deal safer than gets(). > sscanf() does a hell of a better job than sprintf() at handling input. In what way?