New upstream version 4.17.3

This commit is contained in:
Chris Hofstaedtler
2025-02-24 22:57:12 +01:00
parent 65261e28f4
commit a475f464e0
543 changed files with 6960 additions and 4050 deletions
+1
View File
@@ -17,6 +17,7 @@ ATTR_STRING(1) ATTR_STRING(2)
inline char *stpsep(char *s, const char *delim);
// string returns-pointer separate
// Similar to strsep(3),
// but return the next token, and don't update the input pointer.
// Similar to strtok(3),