...
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.
...
...
net_bsd.h/net_bsd.c
| Code Block |
|---|
in_addr_t inet_addr (char *p_addr); |
p_addr
Pointer to an ASCII string that contains a dotted-decimal IPv4 address.
...