Symulacja NAT na przedmiot Symulacje Komputerowe
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

28 lines
410 B

/**
* @file common.h
*
* Created on: 10.01.2017
* @author Piotr Dergun
*/
#ifndef COMMON_H_
#define COMMON_H_
#include <iostream>
#include <queue>
#include <map>
#include <functional>
#include <cstdlib>
#include <ctime>
#include <unistd.h>
#include <sstream>
#include <cstdio>
#include <ncurses.h>
#include <pthread.h>
#include <cstring>
using namespace std;
//#define DEBUG 1
#endif /* COMMON_H_ */