summaryrefslogtreecommitdiff
path: root/tools/include/nolibc/string.h
AgeCommit message (Expand)AuthorFilesLines
2022-04-21tools/nolibc/string: add tiny versions of strncat() and strlcat()Willy Tarreau1-0/+41
2022-04-21tools/nolibc/string: add strncpy() and strlcpy()Willy Tarreau1-0/+28
2022-04-21tools/nolibc/string: slightly simplify memmove()Willy Tarreau1-6/+14
2022-04-21tools/nolibc/string: use unidirectional variants for memcpy()Willy Tarreau1-1/+23
2022-04-21tools/nolibc/string: split the string functions into string.hWilly Tarreau1-0/+107