Link MSL_C/ansi_fp

This commit is contained in:
Cuyler36
2025-07-04 18:14:14 -04:00
parent 18c97ff00f
commit d4d6d364bb
3 changed files with 54 additions and 9 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ typedef struct decform {
void __num2dec(const decform*, double, decimal*);
void __num2dec_internal(decimal*, double);
void __two_exp(decimal*, long);
void __two_exp(decimal*, short);
void __str2dec(decimal*, const char*, short);
void __timesdec(decimal*, const decimal*, const decimal*);
void __ull2dec(decimal*, unsigned long long);