#ifndef __TIPOS_H
#define __TIPOS_H

typedef unsigned char BYTE;
typedef unsigned short WORD;
typedef unsigned long DWORD;