Version 0.99.04
[nasm.git] / float.h
blob769cc1ec4ff5e4535d008005bce642af81df9a5a
1 /* float.h header file for the floating-point constant module of
2 * the Netwide Assembler
4 * The Netwide Assembler is copyright (C) 1996 Simon Tatham and
5 * Julian Hall. All rights reserved. The software is
6 * redistributable under the licence given in the file "Licence"
7 * distributed in the NASM archive.
8 */
10 #ifndef NASM_FLOAT_H
11 #define NASM_FLOAT_H
13 int float_const(char *number, int32_t sign, uint8_t *result, int bytes,
14 efunc error);
16 #endif