-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaplfloat.h
More file actions
20 lines (16 loc) · 901 Bytes
/
aplfloat.h
File metadata and controls
20 lines (16 loc) · 901 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef _APLFLOAT_H
#define _APLFLOAT_H
/* aplfloat.c */
/*****************************************************************************/
/* SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only */
/* */
/* AS */
/* */
/* APPLE<->IEEE Floating Point Conversion on host */
/* */
/*****************************************************************************/
#include "datatypes.h"
extern int Double_2_apl4(Double inp, Word *p_dest);
struct sStrComp;
extern Boolean check_apl_fp_dispose_result(int ret, const struct sStrComp *p_arg);
#endif /* _APLFLOAT_H */