mirror of https://github.com/E-Almqvist/eOS
parent
beb014a6b4
commit
0c3728863e
@ -0,0 +1,9 @@ |
|||||||
|
#include "lib/strf.h" |
||||||
|
|
||||||
|
#define int_offset 48 |
||||||
|
// 0:48 - 9:57
|
||||||
|
|
||||||
|
char* int_to_str(int i) { |
||||||
|
char* strbuf; |
||||||
|
double num = (double)i; |
||||||
|
} |
@ -0,0 +1 @@ |
|||||||
|
char* int_to_str(int i); |
Loading…
Reference in new issue