Top secrets sources NedoPC pentevo

Rev

Blame | Last modification | View Log | Download | RSS feed | ?url?

#ifndef MYTYPES_H
#define MYTYPES_H


typedef  int8_t  BYTE;
typedef uint8_t UBYTE;

typedef  int16_t  WORD;
typedef uint16_t UWORD;

typedef  int32_t  LONG;
typedef uint32_t ULONG;



#endif