Skip to content

Instantly share code, notes, and snippets.

@pfpmeijers
pfpmeijers / client.c
Last active August 29, 2015 14:23 — forked from anonymous/client.c
#include <time.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#ifdef _WIN32
#include <windows.h>
#endif