diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-11-12 23:25:58 +0100 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-11-12 23:25:58 +0100 |
| commit | 037e8af41491364d7405aa247e494d034f8c22bf (patch) | |
| tree | d268caaff81bc7f8368bc64df8ede26111192ea0 /lib | |
| parent | e963b15adbef9558f0fb2ca3c1f77576eb996065 (diff) | |
created string.h header
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/string/string.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/string/string.h b/lib/string/string.h new file mode 100644 index 0000000..23c9010 --- /dev/null +++ b/lib/string/string.h @@ -0,0 +1,2 @@ +#include "lib/bool/bool.h" +bool strcmp(char *str1, char *str2, int length); |
