1 #ifndef STRGICMP_H
2 #define STRGICMP_H
3 
4 #include "autotrace.h"
5 
6 extern at_bool strgicmp (const char *s1, const char *s2);
7 extern at_bool strgnicmp (const char *s1, const char *s2, size_t len);
8 
9 #endif /* not STRGICMP_H */
10