aboutsummaryrefslogtreecommitdiffstats
path: root/common.h
Commit message (Collapse)AuthorAgeFilesLines
* use safe_islower to avoid UBTomasz Kramkowski2021-11-071-0/+8
|
* always va_end even when an error occursTomasz Kramkowski2021-08-071-0/+3
|
* use xmacros to generate type related codeTomasz Kramkowski2021-08-061-0/+12
|
* add pack_type and pack_endian and use themTomasz Kramkowski2021-08-061-3/+3
|
* Fix license information content and formatTomasz Kramkowski2021-08-051-1/+1
|
* Define PRIuSIZE to avoid issues compiling with msvcrtTomasz Kramkowski2021-08-051-0/+12
| | | | | | | | On windows and when cross compiling with mingw the standard library only supports C89 which means that print format arguments cannot take "%zu". To fix this, a PRIuSIZE macros is needed which expands to PRIu32 on windows 32 bit and PRIu64 on windows 64 bit.
* common.h: Fix include guardsTomasz Kramkowski2021-07-231-4/+4
|
* Move BITMASK and endian enum to common.hTomasz Kramkowski2020-09-121-0/+5
|
* Add license headersTomasz Kramkowski2020-09-091-0/+4
|
* initTomasz Kramkowski2020-08-201-0/+8