Home | History | Annotate | Download | only in stdlib

Lines Matching defs:newstr

357     char *newstr = SDL_malloc(len);
358 if ( newstr ) {
359 SDL_strlcpy(newstr, string, len);
361 return newstr;