diff options
| author | jvoisin | 2023-09-30 00:15:26 +0200 |
|---|---|---|
| committer | jvoisin | 2023-09-30 00:17:34 +0200 |
| commit | a2745278eb03d63f4df8da4367f27ec8cab7deb9 (patch) | |
| tree | da05948feff6d60878ac17cd2a91d315ad8067c2 /README.md | |
| parent | 4988174f7eecc6da544ebf23156ce638cecf0f3f (diff) | |
Add `strlen`
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -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` |
