mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-27 09:58:45 +01:00
7 lines
115 B
C
7 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);
|