X-Git-Url: https://git.datadissipation.net/libcext/blobdiff_plain/429122ae78262efcb3da5b67d6d746ba93cb209a..576f1e91efe7bbb49a5682903b23d6d37b6b6725:/README.md diff --git a/README.md b/README.md index cea3998..8324035 100644 --- a/README.md +++ b/README.md @@ -65,10 +65,16 @@ permuting, defining those enables it per function (GNU behaviour, can still be d includes `strdup()` and `strndup()` `strndup()` follows the latest standard, meaning that it copies at most _n_ chars, not _n_ + 1. -also, no standard specifies that `strndup()` should return less than _n_ if `strlen(s) + 1` < _n_, but this implementation does so. +Also, no standard specifies that `strndup()` should return less than _n_ if `strlen(s) + 1` < _n_, but this implementation does so. --- ### strlcat includes `strlcat()` and `strlcpy()` + +--- + +### strtonum + +includes `strtonum()`