summaryrefslogtreecommitdiff
path: root/libc/src/arpa/inet/inet_addr.cpp
AgeCommit message (Collapse)Author
2025-11-18[libc] implement inet_addr (#167708)Connector Switch
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.