/***********************************************************************/ | |
/* */ | |
/* FILE :typedefine.h */ | |
/* DATE :Wed, Aug 11, 2010 */ | |
/* DESCRIPTION :Aliases of Integer Type */ | |
/* CPU TYPE :Other */ | |
/* */ | |
/* This file is generated by Renesas Project Generator (Ver.4.50). */ | |
/* NOTE:THIS IS A TYPICAL EXAMPLE. */ | |
/* */ | |
/***********************************************************************/ | |
/********************************************************************* | |
* | |
* Device : RX | |
* | |
* File Name : typedefine.h | |
* | |
* Abstract : Aliases of Integer Type. | |
* | |
* History : 1.00 (2009-08-07) | |
* | |
* NOTE : THIS IS A TYPICAL EXAMPLE. | |
* | |
* Copyright(c) 2009 Renesas Technology Corp. | |
* And Renesas Solutions Corp.,All Rights Reserved. | |
* | |
*********************************************************************/ | |
typedef signed char _SBYTE; | |
typedef unsigned char _UBYTE; | |
typedef signed short _SWORD; | |
typedef unsigned short _UWORD; | |
typedef signed int _SINT; | |
typedef unsigned int _UINT; | |
typedef signed long _SDWORD; | |
typedef unsigned long _UDWORD; | |
typedef signed long long _SQWORD; | |
typedef unsigned long long _UQWORD; |