9 Nov
2009
9 Nov
'09
1:16 p.m.
On Mon, Nov 9, 2009 at 14:01, Joakim Johansson <jocke@tbricks.com> wrote:
bzero() is used in queue.c and is available from strings.h, needs an include for it.
Probably better to use memset instead. bzero is on its way to obsoletion. Also, strings.h is SVR-ism and is not available on many platforms. Paolo