#ifndef X_STRING_H #define X_STRING_H int x_strlen(char*); void x_strcpy(char*, char*, const int); char* x_strconcat(char*, char*); #endif