smartel99

test

May 25th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.09 KB | None | 0 0
  1. int i = 0;
  2. char array[] = "TEST";
  3.  
  4. for(i = 0; i < sizeof(array); i++)
  5.  SBUF0 = array[i];
Advertisement
Add Comment
Please, Sign In to add comment