1 2 3 4 5 6 7 8
#ifndef MELVIX_LIB_H #define MELVIX_LIB_H size_t strlen(const char *str); size_t strcmp(const char *s1, const char *s2); #endif