Guest User

Untitled

a guest
Jun 28th, 2015
365
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.17 KB | None | 0 0
  1.  while(fscanf(ponteiro, "%c", &aux) == 1 && aux != '\n')
  2.     {
  3.         counterC++;
  4.         if(fscanf(ponteiro, "%c", &aux) == 1 && aux != '\n')
  5.             counterL++;
  6.     }
Advertisement
Add Comment
Please, Sign In to add comment