On Tue, Jan 27, 2004 at 12:47:28PM -0500, Carson Gaspar wrote: > a[0] = -1; > memset((void *)&a[1], a[0], 99); > > Or just pass a -1 to memset...
The array elements aren't a single byte long, but memset() does its thing in byte-sized chunks. ..wayne.. -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html