Advertisement
Guest User

Untitled

a guest
Mar 4th, 2015
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.10 KB | None | 0 0
  1. union uni
  2. {
  3.     struct str1
  4.     {
  5.         int one;
  6.     };
  7.     struct str2
  8.     {
  9.         int two;
  10.     };
  11. };
  12.  
  13. uni etcetc = {};
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement