ref: c2d48b328d4c3d0b91d657e89e2da3a97cd1b528 dir: /include/libc.h/
#pragma once int strlen(char *s); int strcmp(char *s1, char *s2);