summaryrefslogtreecommitdiff
path: root/ucoolib/intf/stream.cc
AgeCommit message (Collapse)Author
2019-10-06ucoolib/intf: fix for signed charNicolas Schodet
When promoting a char to int, if char is signed (which is implementation dependant), there is sign extension. We do not want that.
2019-10-06ucoolib/intf: default to blocking StreamNicolas Schodet
2019-10-06ucoolib/intf: add stream interfaceNicolas Schodet