void* memchr(const void* buf,int c,int count) { int i; for (i=0;i