Pomme/src/Utilities/IEEEExtended.h

6 lines
128 B
C
Raw Normal View History

2020-11-11 20:06:52 +00:00
#pragma once
void ConvertToIeeeExtended(double num, char* bytes);
double ConvertFromIeeeExtended(const unsigned char* bytes);