Advertisement
Guest User

Untitled

a guest
Aug 19th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.10 KB | None | 0 0
  1. unsigned char rawBytes[8] = {x,x,x,x,x,x,x,x};
  2. double * p_d = (double *)rawBytes;
  3. double d = *p_d;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement