feat: some extensions to kernel standard c library. Other minor

improvements and formats
This commit is contained in:
2021-03-26 19:57:07 +01:00
parent 20ab9e1d6e
commit f120b104e5
10 changed files with 221 additions and 19 deletions

View File

@@ -72,7 +72,7 @@ cmd_handler cmd_handlers[] = {
{NULL, NULL},
};
void smash(const char* args) {
void smash(const char *args) {
char data[16];
memset(data, 'A', 32);
}