Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!we13!ihnp4!zehntel!hplabs!sri-unix!zellich@almsa-1.ARPA From: zellich@almsa-1.ARPA Newsgroups: net.unix Subject: Re: Converting floats to ascii and vice versa Message-ID: <168@sri-arpa.UUCP> Date: Wed, 25-Apr-84 14:33:33 EDT Article-I.D.: sri-arpa.168 Posted: Wed Apr 25 14:33:33 1984 Date-Received: Wed, 2-May-84 05:40:38 EDT Lines: 11 From: Rich Zellich To all those who replied about atof(), sscanf(), and sprintf(), thank you. I knew about them but for some reason couldn't find atof on our system when I looked for it (it's there, though, because when I looked into sscanf and _doprint, it is used, and replacing sscanf with atof works just fine). As for sscanf and sprintf, it just seemed there ought to be a less convoluted way of handling a single variable of known type (in the case of sscanf, of course, there is: atof). Cheers, Rich