carb::launcher::kNullTerminated

Defined in carb/launcher/ILauncher.h

constexpr size_t carb::launcher::kNullTerminated = ~0ull

Special value that can be passed to ILauncher::writeProcessStdin() for the bytes parameter to indicate that the input is a null terminated UTF-8 string.

When this special length value is used, it is the caller’s responsibility to ensure the input string is actually null terminated.