ciabatta/include/string.h

4 lines
94 B
C

void memset(void *dest, int ch, size_t length);
int _wcsicmp(uint16_t *s1, uint16_t *s2);