Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxl!ihnp4!zehntel!hplabs!sri-unix!moss@BRL-VLD.ARPA From: moss@BRL-VLD.ARPA Newsgroups: net.unix Subject: Re: Converting floats to ascii and vice versa Message-ID: <152@sri-arpa.UUCP> Date: Wed, 25-Apr-84 23:53:17 EDT Article-I.D.: sri-arpa.152 Posted: Wed Apr 25 23:53:17 1984 Date-Received: Wed, 2-May-84 05:35:44 EDT Lines: 9 From: Gary S Moss ~Software Development Team~ Rich -- As Mike said, 'sprintf()' and 'atof()' are available, or more general than 'atof()' is 'fscanf()' and 'sscanf()', that is unless you don't want to load in the 'printf()' library. Read section 3 of your UNIX User's Manual. -- Moss.