Posts by Gustavo Medeiros • 11 points
1 post
-
1
votes1
answer306
viewsQ: Problems with header in. h
I am using the code below to check the IP of the computer, but the Code Blocks is giving error. #include <ifaddrs.h> #include <ip.h> #include <stdio.h> int main() { struct ifaddrs…