1
2
3
4
5
6
void foo() {
    char ch = '\0';
    for(int i = 0; i < n; i++) {
        ch = fget(fp);
        bar(ch);
    }

© Copyright 2024 Alexander J. Quinn         This content is protected and may not be shared, uploaded, or distributed.