lindquist@1: lindquist@1: #ifndef _GNUC_H lindquist@1: #define _GNUC_H 1 lindquist@1: lindquist@1: int memicmp(const char *s1, const char *s2, int n); lindquist@1: int stricmp(const char *s1, const char *s2); lindquist@1: lindquist@1: #endif