Implemented changes requested by Tildearrow

This commit is contained in:
ZeroByteOrg 2022-09-23 23:23:03 -05:00
parent c3654eb67c
commit d7900c2390
6 changed files with 32 additions and 30 deletions

View file

@ -77,9 +77,11 @@ int SafeWriter::writeC(signed char val) {
return write(&val,1);
}
/*
int SafeWriter::writeUC(unsigned char val) {
return write(&val,1);
}
*/
#ifdef TA_BIG_ENDIAN
int SafeWriter::writeS_BE(short val) {