memccpy

fnvoid * memccpy(return scope void * dst, scope const void * src, int c, size_t n) pure;

Copy string until character found