The dpntohint man page







NAME
     dpntohint - make byte-order conversion for integer

SYNOPSIS
     #include 

     int dpntohint(n)
     int n;

DESCRIPTION
     dpntohint()  converts  n,  which  is  network   byte-ordered
     (always big-endian), to host byte order.  For long and short
     integers, use ntohl(3N) and ntohs(3N).

RETURN VALUES
     dpntohint() returns the value in host byte order.

REMARK
     This is a DP function call.

AUTHOR
     David Arnow

FILES
     /usr/include/dp/dp.h - DP header file
     /usr/lib/libdp.a     - DP library file

SEE ALSO
     dphtonint(3DP), byteorder(3N)





Essential DP MAN Pages:

General/Essential:


Non-Interrupting Messages:


Interrupting Messages:
  • dpblock
  • dpcatchmsg
  • dpgetmsg
  • dppause
  • dpunblock

    Other:
    Return to DP For Students Return to The DP Project Return to David Arnow's Home Page