X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2FSDCCutil.h;h=d8956d49322aa078b6daed1a9f4f3b7eb00b0eaf;hb=90bdb43b342189fcb94a398855d43f3f47f96738;hp=c939868a38534a09c5d277a12c5bb64ccc314d62;hpb=20ed1bf1e32f25873529171bdce2e1e603d3f974;p=fw%2Fsdcc diff --git a/src/SDCCutil.h b/src/SDCCutil.h index c939868a..d8956d49 100644 --- a/src/SDCCutil.h +++ b/src/SDCCutil.h @@ -88,12 +88,6 @@ char *strncatz(char *dest, const char *src, size_t n); /* return SDCC build number */ const char *getBuildNumber(void); -/* convert a fixed16x16 type to double */ -double doubleFromFixed16x16(TYPE_UDWORD value); - -/* convert a double type to fixed16x16 */ -TYPE_UDWORD fixed16x16FromDouble(double value); - /* snprintf, by hook or by crook. */ size_t SDCCsnprintf(char *, size_t, const char *, ...);