> I'm still hoping to hear from Guillem and Thomas to see if adding string.h
> makes sense for memset and memcpy, but be that as it may, does anyone see an
> issue with replacing all instances of bzero/bcopy with memset/memcpy ?
That seems fine. We avoided that sort of thing in the past to mini
On Fri, Nov 03, 2006 at 04:23:51PM -0500, Barry deFreese wrote:
> Heya folks,
>
> I'm still hoping to hear from Guillem and Thomas to see if adding string.h
> makes sense for memset and memcpy, but be that as it may, does anyone see
> an issue with replacing all instances of bzero/bcopy with mem