aboutsummaryrefslogtreecommitdiffstats
path: root/codeflt1750.h
blob: ca1db873c0c0e760cea8dd5cacd4d1840bda0e43 (plain)
1
2
3
4
5
6
7
/* flt1750.h  --  exports of flt1750.c */

extern double from_1750flt  (short  *input);  /* input: array of 2 shorts */
extern int      to_1750flt  (double input, short output[2]);
extern double from_1750eflt (short  *input);  /* input: array of 3 shorts */
extern int      to_1750eflt (double input, short output[3]);