float.h
上传用户:yuppie_zhu
上传日期:2007-01-08
资源大小:535k
文件大小:0k
源码类别:

编译器/解释器

开发平台:

C/C++

  1. /* float.h   header file for the floating-point constant module of
  2.  *       the Netwide Assembler
  3.  *
  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.  */
  9. #ifndef NASM_FLOAT_H
  10. #define NASM_FLOAT_H
  11. int float_const (char *number, long sign, unsigned char *result, int bytes,
  12.  efunc error);
  13. #endif