Advertisement
Guest User

Untitled

a guest
Feb 5th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. char my_first_reg[2];
  2. memcpy( my_first_reg, &my_str_mymatch[0], 1 );
  3. my_first_reg[1] = '';
  4. // now my_first_reg contain reg number ... how to convert to unsigned char
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement