Changeset 058edb6 in mainline for uspace/lib/socket/generic/inet.c
- Timestamp:
- 2010-10-06T18:50:55Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bcafa70
- Parents:
- 2aa15d4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/socket/generic/inet.c
r2aa15d4 r058edb6 35 35 */ 36 36 37 #include <net/socket_codes.h> 37 38 #include <errno.h> 38 39 #include <mem.h> … … 43 44 #include <in6.h> 44 45 #include <inet.h> 45 #include <socket_codes.h>46 46 47 47 int inet_ntop(uint16_t family, const uint8_t * data, char * address, size_t length){
Note:
See TracChangeset
for help on using the changeset viewer.