llvm-project
a5590a2a
- [libc] implement inet_addr (#167708)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
100 days ago
[libc] implement inet_addr (#167708) This patch adds the posix function `inet_addr`. Since most of the parsing logic is delegated to `inet_aton`, I have only included some basic smoke tests for testing purposes.
References
#167708 - [libc] implement inet_addr
Author
c8ef
Parents
7c09f121
Loading