Skip to content

Instantly share code, notes, and snippets.

View Croolman's full-sized avatar

Martin Krutak Croolman

View GitHub Profile
@Croolman
Croolman / client.c
Last active November 21, 2015 13:00
#include <stdio.h> //printf
#include <string.h> //memset
#include <arpa/inet.h>
#include <sys/socket.h>
#include <sys/types.h>
#include <ctype.h>
#include <netinet/in.h>
#include <unistd.h>
#include <netdb.h>