diff options
author | axtloss <axtlos@getcryst.al> | 2024-09-26 15:15:16 +0200 |
---|---|---|
committer | axtloss <axtlos@getcryst.al> | 2024-09-26 15:15:16 +0200 |
commit | 27bb394bc0bf2ca66d06931bf1e73a3e20d5741a (patch) | |
tree | 99daf5b1fb77c5ad4ee3cb87a7dc5007269e0db5 /src/extlib.c | |
parent | 8996ee7580ed85b42b6399f9f64e29092ce21c41 (diff) | |
download | extlib-27bb394bc0bf2ca66d06931bf1e73a3e20d5741a.tar.gz extlib-27bb394bc0bf2ca66d06931bf1e73a3e20d5741a.tar.bz2 |
Add author section to manpages
Diffstat (limited to 'src/extlib.c')
-rw-r--r-- | src/extlib.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/extlib.c b/src/extlib.c index 108e3e5..d559b4d 100644 --- a/src/extlib.c +++ b/src/extlib.c @@ -30,7 +30,6 @@ #include <string.h> #undef free -#undef malloc void free_secure (void **__ptr, size_t ptrlen) |