diff options
| author | Michal Idziorek <m.i@gmx.at> | 2015-05-17 20:40:29 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2015-05-17 20:40:29 +0200 |
| commit | 042e25e19b5fc0cec1d47440c26246c886cf39f6 (patch) | |
| tree | 9f3e49ccae2ec8a48fdb34d264da3adef06f64bf /xxx/lib/string/string.h | |
| parent | d98828d08eb1f6c1394f38a1df69c73fef0cfefa (diff) | |
started big cleanup!
Diffstat (limited to 'xxx/lib/string/string.h')
| -rw-r--r-- | xxx/lib/string/string.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xxx/lib/string/string.h b/xxx/lib/string/string.h new file mode 100644 index 0000000..a804de9 --- /dev/null +++ b/xxx/lib/string/string.h @@ -0,0 +1,3 @@ +#include <stdbool.h> +bool strcmp(char *str1, char *str2, int length); +void* memcpy(void* restrict dstptr, const void* restrict srcptr, int size); |
