mirror of
https://github.com/intel/llvm.git
synced 2026-01-18 07:57:36 +08:00
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.