1_00_stable_10817
Eric Andersen 2002-04-13 14:44:42 +00:00
parent 19732c6226
commit c8459a5a8f
1 changed files with 1 additions and 0 deletions

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));