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