I am trying to make a kernel which has some functions that print out characters, draw, etc. And these functions will later be linked with assembly. I was wondering if I could still use these functions:strlen()strcpy()strrev()strcmp()strcat()
↧
Can I use `strlen()`, `strcpy()`, `strrev()`, `strcmp()` or `strcat()` when creating a kernel in C?
↧