feature: add a few helpers fn (is...)

fix: print unprintable characters no longer occurs
This commit is contained in:
2024-10-11 13:10:47 +02:00
parent 29b59c474d
commit 41786ea523
7 changed files with 45 additions and 15 deletions

View File

@ -2,7 +2,7 @@
#include "alloc.h"
#include "commands.h"
#include "drivers.h"
#include "ctype.h"
#include "kprintf.h"
#include "shell.h"
#include "string.h"