Sync/include/kernel/utils.h
2019-04-03 17:46:58 -04:00

5 lines
102 B
C
Executable File

#include <stddef.h>
/* A temporary file, to get the system compiling. */
size_t strlen(const char*);