print integers and doubles
still need to add hex but i gtg so ill do that later
This commit is contained in:
6
kernel/src/cstr.h
Normal file
6
kernel/src/cstr.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
#include <stdint.h>
|
||||
|
||||
const char* to_string(uint64_t value);
|
||||
const char* to_string(int64_t value);
|
||||
const char* to_string(double value, uint8_t decimalPlaces);
|
||||
Reference in New Issue
Block a user