Comply with ansi C and clean up.

This commit is contained in:
2026-07-15 13:26:36 -07:00
parent ffc4310646
commit a829ac8647
7 changed files with 465 additions and 291 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
math.h. */
#include <math.h>
#include <string.h> // memset
#include <string.h> /* memset */
float AbsoluteValue(float Real32)
{