Example #1
0
/*
 * @implemented
 */
ULONG
WSAAPI
htonl(IN ULONG hostlong)
{
    return DH2N(hostlong);
}
unsigned long L2PNet_htonl( unsigned long hostlong )
{
    return DH2N(hostlong);
}