* Re-implemented str_ncpy() without the use of strncat() to avoid -Werror=stringop... master
authorUrban Wallasch <urban.wallasch@freenet.de>
Thu, 23 Apr 2020 09:19:25 +0000 (11:19 +0200)
committerUrban Wallasch <urban.wallasch@freenet.de>
Thu, 23 Apr 2020 09:19:25 +0000 (11:19 +0200)
commitecc6f1fa85bbf894148feb84d88b5df61a01a3ce
treea330bd71087809fcd87e85710810ea3a42ab932d
parentc59776c4d4e02c59cc5a607b8d6909505b2304f1
* Re-implemented str_ncpy() without the use of strncat() to avoid -Werror=stringop-truncation.
str/str.h
str/str_test.c