Because the configuration for strncpy contained sizeof by error, the example was no longer correct. Replaced with a reference to memccpy which uses sizeof.
Because the configuration for strncpy contained sizeof by error, the example was no longer correct. Replaced with a reference to memccpy which uses sizeof.