Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while(fscanf(ponteiro, "%c", &aux) == 1 && aux != '\n')
- {
- counterC++;
- if(fscanf(ponteiro, "%c", &aux) == 1 && aux != '\n')
- counterL++;
- }
Advertisement
Advertisement
Advertisement
RAW Paste Data
Copied
Advertisement