Advertisement
crimsondusk

Untitled

Oct 25th, 2014
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.18 KB | None | 0 0
  1.     union
  2.     {
  3.         char        Name[9];
  4.  
  5.         DWORD       dwName;         // These are for accessing the first 4 or 8 chars of
  6.         QWORD       qwName;         // Name as a unit without breaking strict aliasing rules
  7.     };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement