#ifndef ULIB_STRING_STRING_H_ #define ULIB_STRING_STRING_H_ #include size_t string_len(const char *s); #endif // ULIB_STRING_STRING_H_