diff options
| author | Miguel <m.i@gmx.at> | 2018-08-17 21:41:21 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-08-17 21:41:21 +0200 |
| commit | c15925a24efe14f437d8a2699500241a58fdc8f9 (patch) | |
| tree | c0db3a7d2a4f857324735df35e9cc1f0539c5f24 /lib/string | |
| parent | 6fd78c2ff950310d8372ec0353553cc4a5a43e72 (diff) | |
cleanup and working on fifo pipes
Diffstat (limited to 'lib/string')
| -rw-r--r-- | lib/string/string.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/string/string.h b/lib/string/string.h index bd43b34..dd756a7 100644 --- a/lib/string/string.h +++ b/lib/string/string.h @@ -1,7 +1,6 @@ #ifndef STRING_H #define STRING_H - void* memcpy(void* restrict dstptr, const void* restrict srcptr, int size); int strcmp(char *str1, char *str2); int strcmp_l(char *str1, char *str2, int length); |
