Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

net_bsd.h/net_bsd.c

Prototype

Code Block
in_addr_t  inet_addr (char  *p_addr);

Arguments

p_addr

Pointer to an ASCII string that contains a dotted-decimal IPv4 address.

...