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

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