//=========================================================
//
//This is a common header for mex functions
//
//Disclaimer: The author of program is Hanchuan Peng
//      at <hanchuan.peng@gmail.com> 
//
//The CopyRight is reserved by the author.
//
//========================================================
//

#ifndef __ELEMENTARY_INCLUDE_H_
#define __ELEMENTARY_INCLUDE_H_

#include "mex.h"
#include "matrix.h"

#define BYTE signed char
#define UBYTE unsigned char

#endif
