- prnt() now handles accents and spanish characters correctly

This commit is contained in:
2022-10-26 16:28:52 +02:00
parent 5ebd02ae66
commit a029771b07
2 changed files with 49 additions and 1 deletions

2
mini.h
View File

@@ -222,6 +222,8 @@ float max(float x, float y);
float mid(float x, float y, float z);
float min(float x, float y);
int utfstrlen(const char *str);
int rnd(int x);
//void srand(int x);