]> git.karo-electronics.de Git - oswald.git/blob - ui/oswald_strings.h
845773e4c8010c9fc4c4f1770a76b28e4085a7fe
[oswald.git] / ui / oswald_strings.h
1 #ifndef _OSWALD_STRINGS_H
2 #define _OSWALD_STRINGS_H
3
4 uint16_t oswald_strlen(char *string);
5 char* itoa(int16_t value, char* result, int base);
6
7 #endif
8