Date: Fri, 24 May 2002 17:48:29 +0400 From: Igor Roboul <igorr@sysadm.stc> To: freebsd-questions@freebsd.org Subject: Re: strtod & sscanf on -CURRENT? Message-ID: <20020524134829.GA15773@sysadm.stc> In-Reply-To: <20020524124546.GG14765@poup.poupinou.org> References: <20020524133357.GA15486@sysadm.stc> <20020524124546.GG14765@poup.poupinou.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, May 24, 2002 at 02:45:46PM +0200, Ducrot Bruno wrote: > Overwritten the arguments passed to the main() function is _not_ > allowed by C99. Note that there are actually char *argv[]. I have replaced sscanf(argv[1], with sscanf(bb, and got same result. -- Igor Roboul, System administrator at Speech Technology Center http://www.speechpro.com http://www.speechpro.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020524134829.GA15773>