convert chars to signed/unsigned
This commit is contained in:
parent
783d56c72a
commit
8c014802c9
8 changed files with 15 additions and 15 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue