The term "length" is too easily confused with the `strlen(..)` length without the null byte. Most string functions that take a static buffer size use the suffix `maxncpy` to avoid off by one errors.
The term "length" is too easily confused with the `strlen(..)` length without the null byte. Most string functions that take a static buffer size use the suffix `maxncpy` to avoid off by one errors.