[v0.99] Refactor cut text and add support for ARM too

This commit is contained in:
Dr-Noob
2021-08-14 19:08:22 +02:00
parent 4e29e481b7
commit f8f81c3222
3 changed files with 28 additions and 22 deletions

View File

@@ -10,6 +10,7 @@ void set_log_level(bool verbose);
void printWarn(const char *fmt, ...);
void printErr(const char *fmt, ...);
void printBug(const char *fmt, ...);
int min(int a, int b);
int max(int a, int b);
char *strremove(char *str, const char *sub);
void* emalloc(size_t size);