Guest User

Untitled

a guest
Feb 19th, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. typedef struct{
  2. char a;
  3. int b;
  4. } struct_i;
  5.  
  6. typedef struct{
  7. char a;
  8. char padding[3];
  9. int b;
  10. } struct_i;
Add Comment
Please, Sign In to add comment