Advertisement
austecliano

radix

Sep 9th, 2011
318
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.13 KB | None | 0 0
  1. char x;
  2. int tam = sizeof(char);
  3. for (i=0; i<tam;i++){
  4.     for(j=0;j<n;j++){
  5.         x=v[j]&2ˆi;
  6.         x >> i;
  7.         if(!x) {
  8.         } else {
  9.         }
  10.     }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement