convert chars to signed/unsigned

This commit is contained in:
tildearrow 2021-05-11 15:26:38 -05:00
parent 783d56c72a
commit 8c014802c9
8 changed files with 15 additions and 15 deletions

View file

@ -28,7 +28,7 @@ class SafeReader {
int read(void* where, size_t count);
// these functions may throw EndOfFileException.
char readC();
signed char readC();
short readS();
short readS_BE();
int readI();