#ifndef KERNEL_STRING #define KERNEL_STRING #include #include size_t strlen(const char *str); #endif /* KERNEL_STRING */