diff options
| author | Michal Idziorek <m.i@gmx.at> | 2015-05-18 00:48:07 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2015-05-18 00:48:07 +0200 |
| commit | db22b587966b4a4eaa47536f32ca812532446bcb (patch) | |
| tree | b6d471f5232973713ef64d9c81feefef51ee5eaf /xxx/lib/string/string.h | |
| parent | 042e25e19b5fc0cec1d47440c26246c886cf39f6 (diff) | |
heavy refactoring underway
Diffstat (limited to 'xxx/lib/string/string.h')
| -rw-r--r-- | xxx/lib/string/string.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xxx/lib/string/string.h b/xxx/lib/string/string.h deleted file mode 100644 index a804de9..0000000 --- a/xxx/lib/string/string.h +++ /dev/null @@ -1,3 +0,0 @@ -#include <stdbool.h> -bool strcmp(char *str1, char *str2, int length); -void* memcpy(void* restrict dstptr, const void* restrict srcptr, int size); |
