AbstractBeliefs

Untitled

Jul 15th, 2011
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.08 KB | None | 0 0
  1. int mergeMask(byte a, byte b){
  2.   int result = (a * 256) + b;
  3.   return result;
  4. }
Advertisement
Add Comment
Please, Sign In to add comment