Skip to content

Instantly share code, notes, and snippets.

@hyperair
Created July 21, 2017 14:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hyperair/fed4e808f4d8e3aa60bdbe164fc723e7 to your computer and use it in GitHub Desktop.
Save hyperair/fed4e808f4d8e3aa60bdbe164fc723e7 to your computer and use it in GitHub Desktop.
#include <sys/socket.h>
#include <netinet/in.h>
#include <netinet/ip.h>
int main ()
{
struct in_addr foo = (struct in_addr)0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment