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