URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [uclinux/] [uC-libc/] [include/] [arpa/] [inet.h] - Rev 1778
Go to most recent revision | Compare with Previous | Blame | View Log
#ifndef __ARPA_INET_H #define __ARPA_INET_H #include <netinet/in.h> int inet_aton(const char *cp, struct in_addr *inp); unsigned long int inet_addr(const char *cp); char *inet_ntoa(struct in_addr in); #endif
Go to most recent revision | Compare with Previous | Blame | View Log