diff options
author | Andreas Kling <kling@serenityos.org> | 2020-07-18 17:19:59 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-07-18 17:57:40 +0200 |
commit | 70cb4491d7813eb40e2d6317d32a13d701b0c7e2 (patch) | |
tree | eea79b162e240648d11cc01c82037d2ac4bb3f23 /Tests | |
parent | 02882d53451facacb117a987cfaecb367f8543e5 (diff) | |
download | serenity-70cb4491d7813eb40e2d6317d32a13d701b0c7e2.zip |
AK: Use "signed char" as the opposite of "unsigned char"
I totally forgot about the C++ basics here. There are three distinct
types: "char", "signed char" and "unsigned char". Whether "char" is
signed or unsigned is implementation specific.
Diffstat (limited to 'Tests')
0 files changed, 0 insertions, 0 deletions