add debug header file #3

Merged
emilyd merged 6 commits from debug_helper into main 2023-07-21 06:37:36 +00:00
Showing only changes of commit 0ebd26d561 - Show all commits

View File

@ -29,8 +29,10 @@ void logprint(int type, char *message) {
break;
case 2:
printf("\x1b[34m[\x1b[31m--\x1b[34m]");
break;
case 3:
printf("\x1b[31m!!\x1b[34m]");
break;
default:
printf(" ");
}