int memicmp( const void *s1, const void *s2, size_t n )



	- prototype in string.h, mem.h

	- compares first n bytes of s1 & s2, case insensitive