Changeset b7fd2a0 in mainline for uspace/lib/c/generic/inet/hostname.c
- Timestamp:
- 2018-01-13T03:10:29Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a53ed3a
- Parents:
- 36f0738
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/inet/hostname.c
r36f0738 rb7fd2a0 58 58 * extra characters at the end. ENOMEM if out of memory 59 59 */ 60 int inet_hostname_parse(const char *str, char **rname, char **endptr)60 errno_t inet_hostname_parse(const char *str, char **rname, char **endptr) 61 61 { 62 62 const char *c;
Note:
See TracChangeset
for help on using the changeset viewer.