diff options
author | dzwdz | 2023-08-27 02:06:32 +0200 |
---|---|---|
committer | dzwdz | 2023-08-27 02:06:32 +0200 |
commit | e43939bcc6123e02314aa403eef94d5ace441f7f (patch) | |
tree | ac0cea10e8708ae1a6a7a400257c4bc59175a91f /src/libc/include/string.h | |
parent | 1f938c20b4a82ca1267ab9a1ec0922878a21ca6b (diff) |
ports: qbe, cproc :^)
Diffstat (limited to 'src/libc/include/string.h')
-rw-r--r-- | src/libc/include/string.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libc/include/string.h b/src/libc/include/string.h index 8b04b39..0bf4082 100644 --- a/src/libc/include/string.h +++ b/src/libc/include/string.h @@ -27,3 +27,4 @@ char *strdup(const char *s); size_t strnlen(const char *s, size_t len); char *strerror(int errnum); +char *strsignal(int sig); |