Added some comments.

FossilOrigin-Name: 04f80317574a45bfd705dc38137f421eacc055ae76c51f9648f2ca46b27793fd
This commit is contained in:
7u83@mail.ru
2016-03-05 22:10:35 +00:00
parent 0919d85456
commit b7e34d6dde
2 changed files with 17 additions and 1 deletions

View File

@ -50,6 +50,10 @@
#define lw_set_word(dst,b) \
(*((uint16_t*)(dst)) = htons(w))
/**
* Same as #lw_put_dword, but the return value
* is unspecified.
*/
#define lw_set_dword(dst,dw)\
(*((uint32_t*)(dst)) = htonl(dw))