An implementation of getifaddrs() for Android
Go to file
2013-07-05 20:19:09 -07:00
ifaddrs.c Added the code. 2013-07-03 23:06:53 -07:00
ifaddrs.h Added the code. 2013-07-03 23:06:53 -07:00
README.md Reformatted the readme. 2013-07-05 20:19:09 -07:00

android-ifaddrs

An implementation of getifaddrs() for Android, since the NDK does not natively support it.

Works just like you would expect on regular Linux. License information is present in each file (BSD license).