converting c to compatable structure
converting c to compatable structure
- Subject: converting c to compatable structure
- From: Jeff Childers <email@hidden>
- Date: Mon, 24 Jan 2005 19:31:18 -0600
struct {
unsigned char unknown[2];
unsigned char points[5];
unsigned char unknown_6[17];
} __attribute__ ((packed)) wp[3];
The code above throws errors but the following doesn't BUT I also don't know if it is programmically the same.
struct {
unsigned char unknown[2];
unsigned char points[5];
unsigned char unknown_6[17];
} wp[3] __attribute__ ((packed)); _______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden