aboutsummaryrefslogtreecommitdiff
path: root/libc/include/string.h
blob: 650a7accf822bd7033b0ce3eba7f70b77b1ba7cc (plain)
1
2
3
#include <stddef.h>
int strlen(const char*);
void* memset(void*, int, size_t);