diff options
| author | Sertonix | 2025-10-11 18:25:20 +0200 |
|---|---|---|
| committer | Julien Voisin | 2025-10-12 14:47:11 +0200 |
| commit | 41d3081c4ac0a79a4ad292957ead84f8477eaa55 (patch) | |
| tree | e1c2c2e51beb8009c61789bd6239e083e8288805 /README.md | |
| parent | 2e22fe52b441308c274cfec4436204a9e5f70db7 (diff) | |
Add `swab`
Make the overlap check pedantic only since some software seems to rely
on glibc working when src and dest are the same.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -116,6 +116,7 @@ At this point, the program will safely and loudly crash. | |||
| 116 | - `strncat` | 116 | - `strncat` |
| 117 | - `strncpy` | 117 | - `strncpy` |
| 118 | - `strrchr` | 118 | - `strrchr` |
| 119 | - `swab` | ||
| 119 | - `tmpfile` | 120 | - `tmpfile` |
| 120 | - `ttyname_r` | 121 | - `ttyname_r` |
| 121 | - `umask` | 122 | - `umask` |
