diff options
author | John Ankarstr\xf6m <john@ankarstrom.se> | 2021-06-01 03:05:17 +0200 |
---|---|---|
committer | John Ankarstr\xf6m <john@ankarstrom.se> | 2021-06-01 03:05:17 +0200 |
commit | 64f2f6b907e40fa48ab1287ae60a800df7df3213 (patch) | |
tree | 132b5f4a3e25ce92a98a202257c126b05d900fec /util.h | |
download | noice-64f2f6b907e40fa48ab1287ae60a800df7df3213.tar.gz |
First commit (0.8)
Diffstat (limited to 'util.h')
-rw-r--r-- | util.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +/* See LICENSE file for copyright and license details. */ +#undef strlcat +size_t strlcat(char *, const char *, size_t); +#undef strlcpy +size_t strlcpy(char *, const char *, size_t); |