Files
getifaddr/README.adoc

9 lines
167 B
Plaintext
Raw Permalink Normal View History

2025-06-21 15:37:10 +01:00
= Read me
This command outputs the ipv4 address for the interface given by name in argument.
2025-06-21 17:50:18 +01:00
It uses `getifaddrs` form the `libc`.
The man page : `man getifaddrs`