// missing.h see license.txt for copyright and terms of use // routines that I implemented because they aren't available on all platforms // Scott McPeak, 1998 This file is public domain. #ifndef __MISSING_H #define __MISSING_H // stricmp int missing_stricmp(char const *s1, char const *s2); #endif // __MISSING_H