X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/6942ebae59c3904674dce6b67cd07c43a3bbe00d..7e13988c1113d38bec17bd79b71757d78d977e76:/lunaix-os/tests/includes/testing/strutils.h diff --git a/lunaix-os/tests/includes/testing/strutils.h b/lunaix-os/tests/includes/testing/strutils.h new file mode 100644 index 0000000..978d52a --- /dev/null +++ b/lunaix-os/tests/includes/testing/strutils.h @@ -0,0 +1,7 @@ +#ifndef __TESTING_STRUTILS_H +#define __TESTING_STRUTILS_H + +extern unsigned long strlen(const char *s); +extern int strcmp(const char *s1, const char *s2); + +#endif /* __LUNAIX_STRUTILS_H */