|
|
|
|
|
by Kamq
1041 days ago
|
|
I don't see the one you're talking to on a brief skim, but there are several functions that deal with processing a file character by character. They generally use ints because they need a way to signal end of file and you can't do that with any value of a byte. |
|