summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjvoisin2023-09-30 00:15:26 +0200
committerjvoisin2023-09-30 00:17:34 +0200
commita2745278eb03d63f4df8da4367f27ec8cab7deb9 (patch)
treeda05948feff6d60878ac17cd2a91d315ad8067c2 /README.md
parent4988174f7eecc6da544ebf23156ce638cecf0f3f (diff)
Add `strlen`
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9d4dacf..5ec6c5a 100644
--- a/README.md
+++ b/README.md
@@ -97,6 +97,7 @@ At this point, the program will safely crash.
97- `strcpy` 97- `strcpy`
98- `strlcat` 98- `strlcat`
99- `strlcpy` 99- `strlcpy`
100- `strlen`
100- `strncat` 101- `strncat`
101- `strncpy` 102- `strncpy`
102- `strrchr` 103- `strrchr`