|
end = reinterpret_cast<const char*>(memchr(start, '\n', len));
|
|
end = reinterpret_cast<const char*>(memchr(start, '\n', len));
|
|
// We've found the next line, update our offset upvalue and return
|
|
// We've found the next line, update our offset upvalue and return
|