Citation de code source en C++n° 296
01 Juillet, 2016 à 01:30
/* ... */
/* BUG: Remember to always include the following three header files anytime you use inet_ntop otherwise
* you get segmentation fault!!!
*/
#include <sys/types.h>
#include <sys/socket.h>
#include <arpa/inet.h>
/* ... */