We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f475781 commit 2f5bd2fCopy full SHA for 2f5bd2f
examples/standalone_examples/math_test/src/main.c
@@ -95,10 +95,12 @@ static int24_t iabs(int24_t x)
95
{
96
return x < 0 ? (int24_t)-x : x;
97
}
98
+#ifndef _EZ80
99
static int48_t i48abs(int48_t x)
100
101
return x < 0 ? (int48_t)-x : x;
102
103
+#endif
104
105
106
#if INTERACTIVE && defined(_EZ80)
0 commit comments