summaryrefslogtreecommitdiff
path: root/2.3-1/src/c/elementaryFunctions/float/u8floats.c
diff options
context:
space:
mode:
Diffstat (limited to '2.3-1/src/c/elementaryFunctions/float/u8floats.c')
-rw-r--r--2.3-1/src/c/elementaryFunctions/float/u8floats.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/2.3-1/src/c/elementaryFunctions/float/u8floats.c b/2.3-1/src/c/elementaryFunctions/float/u8floats.c
new file mode 100644
index 00000000..f2b4c261
--- /dev/null
+++ b/2.3-1/src/c/elementaryFunctions/float/u8floats.c
@@ -0,0 +1,5 @@
+#include "float.h"
+
+float u8floats(uint8 x) {
+ return (float) x;
+}