www.pudn.com > HT1621Control.rar > compiler.h
/*H************************************************************************** * NAME: compiler.h *---------------------------------------------------------------------------- * Copyright (c) 2006 Atmel. *---------------------------------------------------------------------------- * RELEASE: C51 Sample * REVISION: 1.00 *---------------------------------------------------------------------------- * PURPOSE: *****************************************************************************/ typedef unsigned char Byte; typedef unsigned char Uchar; typedef unsigned int Uint16; typedef int Int16; typedef float Float16; typedef unsigned long int Uint32; typedef long int Int32;