From 333b605b2afd472b823aeda0adf0e8b1ea9843c0 Mon Sep 17 00:00:00 2001 From: fishsoupisgood Date: Mon, 27 May 2019 02:41:51 +0100 Subject: initial commit from asl-1.41r8.tar.gz --- codeflt1750.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 codeflt1750.h (limited to 'codeflt1750.h') diff --git a/codeflt1750.h b/codeflt1750.h new file mode 100644 index 0000000..ca1db87 --- /dev/null +++ b/codeflt1750.h @@ -0,0 +1,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]); + -- cgit v1.2.3