/sys$common/syshlp/helplib.hlb CC, Socket Routines, ntohl *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Converts longwords from network to host byte order. Syntax: #include <in.h> unsigned long int ntohl(unsigned long int netlong) ;
|