ftp.nice.ch/pub/next/developer/nextsources/cctools.s.tar.gz#/cctools/as/atof-ieee.h

This is atof-ieee.h in view mode; [Download] [Up]

#import "flonum.h"

extern char *atof_ieee(
    char *str,
    char what_kind,
    LITTLENUM_TYPE *words);

extern int gen_to_words(
    LITTLENUM_TYPE *words,
    int precision,
    int exponent_bits);

extern void int_to_gen(
    long x);

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.