Unifying External Interrupt System (#51)
[lunaix-os.git] / lunaix-os / tests / includes / testing / strutils.h
1 #ifndef __TESTING_STRUTILS_H
2 #define __TESTING_STRUTILS_H
3
4 extern unsigned long strlen(const char *s);
5 extern int strcmp(const char *s1, const char *s2);
6
7 #endif /* __LUNAIX_STRUTILS_H */