> On Thu, 10 Dec 1998, Lennart Augustsson wrote: > > : I think I'm being pretty careful in defining and accessing the data in > : those structs. All fields in the struct have byte size, so I don't > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > Then, in essence you want `unsigned char *', not a struct. good.