Advertisement
v1999430

Untitled

Oct 30th, 2014
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. @@ identifier tmp; expression ptr; expression y; @@
  2.  
  3. - tmp = cpu_to_le16(y);
  4. ...
  5. - memcpy(ptr, &tmp, ...);
  6. + put_unaligned_le16(y,ptr);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement