summaryrefslogtreecommitdiff
path: root/Tests
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2020-07-18 17:19:59 +0200
committerAndreas Kling <kling@serenityos.org>2020-07-18 17:57:40 +0200
commit70cb4491d7813eb40e2d6317d32a13d701b0c7e2 (patch)
treeeea79b162e240648d11cc01c82037d2ac4bb3f23 /Tests
parent02882d53451facacb117a987cfaecb367f8543e5 (diff)
downloadserenity-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