Thread: Header struct
View Single Post
  #1 (permalink)  
Old April 24th, 2002
Cerebro Cerebro is offline
Disciple
 
Join Date: April 3rd, 2002
Posts: 10
Cerebro is flying high
Question Header struct

I make this struct:
char ID[16];
char payloadID;
char TTL;
char Hops;
int payloadlen;

But sizeof(mystruct) = 24 ¿? It seems to be 23 bytes long. It MUST to be 23 bytes long.

Help me, please.
Reply With Quote