aboutsummaryrefslogtreecommitdiff
path: root/serializer.h
Commit message (Collapse)AuthorAgeFilesLines
* 64-bit support, C11 as requirement and other improvementsHEADmasterXavier Del Campo Romero2020-05-201-4/+0
| | | | | | | | - C11 support is required (although only on serializer.c, so the check has been moved there) since _Alignof is needed. - Added support for little/big endian 64-bit integers. - swap16, swap32 and swap64 now cast pointers to (uint8_t *) and (const uint8_t *) from the argument list so the explicit casts are no longer needed.
* First commitXavi Del Campo2020-04-291-0/+87