home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Source / GNU / cctools / as / atof-ieee.h < prev    next >
Text File  |  1993-09-09  |  241b  |  15 lines

  1. #import "flonum.h"
  2.  
  3. extern char *atof_ieee(
  4.     char *str,
  5.     char what_kind,
  6.     LITTLENUM_TYPE *words);
  7.  
  8. extern int gen_to_words(
  9.     LITTLENUM_TYPE *words,
  10.     int precision,
  11.     int exponent_bits);
  12.  
  13. extern void int_to_gen(
  14.     long x);
  15.