mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
8 lines
115 B
C
8 lines
115 B
C
|
|
||
|
|
||
|
|
||
|
XP_U32 and_ntohl(XP_U32 l);
|
||
|
XP_U16 and_ntohs(XP_U16 l);
|
||
|
XP_U32 and_htonl(XP_U32 l);
|
||
|
XP_U16 and_htons(XP_U16 l);
|