Rich: I notice that the library does not have a routine for rawmemchr. I suppose it could just be defined as memchr(ptr, c, INT_MAX). -- Dave On 3/15/2014 2:52 AM, Rich Felker wrote: > I'm hoping to pack up and release 1.0 in the next few days, so please > report any issues that we might be able to fix before releasing. > > Rich