Do the field lengths include the null terminator for C strings?
Overview
You want to know whether the field lengths include the null terminator for C strings.
Environment
Returns for Communications
Resolution
- All field lengths are the actual size in the structure. Be sure to allow one character for the null terminator.