Recent content by tuket

  1. tuket

    inet_ntoa() Segmentation Fault

    Hello, I must say that I registered in this forum just to say THANK YOU. Including #include <arpa/inet.h> did the trick :) The reason is that when the good definition of the function is missing, there is a generic function prototype that returns int. But the actual function should return a...