Subversion Repositories pentevo

Rev

Blame | Last modification | View Log | Download | RSS feed | ?url?

  1. #ifndef _APLFLOAT_H
  2. #define _APLFLOAT_H
  3. /* aplfloat.c */
  4. /*****************************************************************************/
  5. /* SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only                     */
  6. /*                                                                           */
  7. /* AS                                                                        */
  8. /*                                                                           */
  9. /* APPLE<->IEEE Floating Point Conversion on host                            */
  10. /*                                                                           */
  11. /*****************************************************************************/
  12.  
  13. #include "datatypes.h"
  14.  
  15. extern int Double_2_apl4(Double inp, Word *p_dest);
  16.  
  17. struct sStrComp;
  18. extern Boolean check_apl_fp_dispose_result(int ret, const struct sStrComp *p_arg);
  19.  
  20. #endif /* _APLFLOAT_H */
  21.