#ifndef STRING_H #define STRING_H uint64_t strlen(char *string); #endif