diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2015-10-06 21:16:36 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2015-10-06 21:16:36 +0200 |
commit | c917cec3ef016b0d872d550fd8b6d9d690c23407 (patch) | |
tree | c1d5090bdbb9817fa7a6107c4e240f8efb8b0bb1 /COPYRIGHT | |
parent | 89f8a35c713fdcc5ed28c33a003639b93e083b7f (diff) | |
download | libuecc-c917cec3ef016b0d872d550fd8b6d9d690c23407.tar libuecc-c917cec3ef016b0d872d550fd8b6d9d690c23407.zip |
Use stdint types where reasonable
Using uint32_t instead of unsigned int for the unpacked work struct ensures
the code is working correctly on ABIs with ints narrower than 32 bits.
While this would constitute a API/ABI change on some systems in theory,
most likely all systems using libuecc so far have uint8_t == unsigned char
and uint32_t == unsigned int.
Also, coding style cleanup.
Diffstat (limited to 'COPYRIGHT')
0 files changed, 0 insertions, 0 deletions