mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
The next line adds a null terminator, but it's cleaner to just do a std::memcpy() since the code already assumes a null terminator exists in the source string.