#include <sys/types.h>
#include <netinet/in.h>
#include <arpa/nameser.h>
#include <resolv.h>
unsigned long
_getlong(unsigned char *message_pointer)
The _getlong() function is used to retrieve an unsigned long byte quantity.
None.
_getlong() returns a 32-bit integer from where message_pointer is pointing.
| Top | UNIX-Type APIs | APIs by category |