mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-15 15:19:55 +00:00
df5919f2c5
- It is implementation-dependent if plain `char' signed or not. - C standard defines three *distinct* types: char, signed char, and unsigned char. - Assuming that char is always unsigned or signed can lead to compile-time and run-time errors. You can also use int8_t, but then it would be less obvious for developers to never assume that char is always unsigned (or always signed). Conflicts: components/esm/loadcell.hpp |
||
---|---|---|
.. | ||
bsa | ||
compiler | ||
esm | ||
file_finder | ||
fileorderlist | ||
files | ||
interpreter | ||
misc | ||
nif | ||
nifbullet | ||
nifogre | ||
nifoverrides | ||
settings | ||
terrain | ||
to_utf8 | ||
translation | ||
CMakeLists.txt | ||
doc.hpp |