- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for STRNCAT (0.04 sec)
-
ci/official/containers/ml_build_arm64/builder.devtoolset/stringop_trunc.patch
+ <https://www.gnu.org/licenses/>. */ #include <string.h> -#ifdef _LIBC -# include <memcopy.h> -#endif - #ifndef STRNCAT # undef strncat # define STRNCAT strncat @@ -29,54 +25,16 @@ char * STRNCAT (char *s1, const char *s2, size_t n) { - char c; char *s = s1; /* Find the end of S1. */ - do - c = *s1++; - while (c != '\0'); -
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Mon Nov 11 19:25:56 UTC 2024 - 42.9K bytes - Viewed (0)