/* 
 * File:   base.h
 * Author: vicror
 *
 * Created on October 19, 2009, 8:33 PM
 */

#ifndef _BASE_H
#define	_BASE_H


  typedef unsigned char uint8;


  typedef unsigned long int uint32;

  typedef unsigned long long uint64;

  

#endif	/* _BASE_H */

