gcc warns on strncpy that is short of the term char
This topic adress those warnings by either extending the strncpy when appropriate or switching to memcpy when the code is more complex and the /0 is added at the end.
This topic adress those warnings by either extending the strncpy when appropriate or switching to memcpy when the code is more complex and the /0 is added at the end.