This commit is contained in:
Eric Andersen 2002-04-13 14:44:42 +00:00
parent 19732c6226
commit c8459a5a8f

View File

@ -86,6 +86,7 @@ FILE *xfopen(const char *path, const char *mode)
}
/* Stupid gcc always includes its own builtin strlen()... */
#undef strlen
size_t xstrlen(const char *string)
{
return(strlen(string));