Files
getifaddr/README.adoc
Paul Schneider a6c2955156 more doc
2025-06-21 17:50:18 +01:00

9 lines
167 B
Plaintext

= Read me
This command outputs the ipv4 address for the interface given by name in argument.
It uses `getifaddrs` form the `libc`.
The man page : `man getifaddrs`