Added _indexOf

This commit is contained in:
2023-02-12 14:32:26 +00:00
parent ab2cd5dc93
commit 8653a2663f
4 changed files with 59 additions and 7 deletions

View File

@@ -3,7 +3,7 @@
//NOTE: you need both font AND background for these to work
//platform/compiler-specific instructions
#if defined(__linux__) || defined(__MINGW32__)
#if defined(__linux__) || defined(__MINGW32__) || defined(__GNUC__)
//fonts color
#define TOY_CC_FONT_BLACK "\033[30;"