20 lines
333 B
C
20 lines
333 B
C
|
#ifndef __iamauniqueid_h__
|
||
|
#define __iamauniqueid_h__
|
||
|
|
||
|
//define any global data type here.
|
||
|
|
||
|
#include <X11/Xlib.h>
|
||
|
#include <stdio.h>
|
||
|
#include <cstdio>
|
||
|
#include <cstdlib>
|
||
|
#include <stdlib.h>
|
||
|
#include <string.h>
|
||
|
#include <vector>
|
||
|
#include <cmath>
|
||
|
#include <iostream>
|
||
|
#include <sstream>
|
||
|
#include <fstream>
|
||
|
#include <algorithm>
|
||
|
|
||
|
#endif
|