A big footgun with strncpy is that the output string may not be null terminated.
Yeah but fixed width strings don’t need null termination. You know exactly how long the string is. No need to find that null byte.
Yeah but fixed width strings don’t need null termination. You know exactly how long the string is. No need to find that null byte.