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