Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | It is of course possible that int is 16 bits, and long is required to get 32 bits | Mattias Andrée | 2015-12-20 | 1 | -3/+3 |
| | | | | | | (in this case, assuming 8-, 16-, and 32-bit integers exists) long must be 32 bits. Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | ||||
* | optimise implementations of {hton,ntoh}{s,l,ll} | Mattias Andrée | 2015-12-20 | 1 | -0/+10 |
| | | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | ||||
* | fix issue #8 on github | Mattias Andrée | 2015-12-19 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | ||||
* | add ntohs, ntohl, ntohll, htons, htonl, and htonll | Mattias Andrée | 2015-12-16 | 1 | -0/+41 |
Signed-off-by: Mattias Andrée <maandree@member.fsf.org> |