*** empty log message ***

This commit is contained in:
hyung-hwan 2004-12-18 10:56:00 +00:00
parent c595902995
commit 281d4e82b9

View File

@ -1,5 +1,5 @@
/* /*
* $Id: types.h,v 1.3 2004-12-18 10:01:18 bacon Exp $ * $Id: types.h,v 1.4 2004-12-18 10:56:00 bacon Exp $
*/ */
#ifndef _XP_TYPES_H_ #ifndef _XP_TYPES_H_
@ -7,6 +7,8 @@
#include <xp/itypes.h> #include <xp/itypes.h>
typedef xp_uint8_t xp_byte_t;
typedef xp_int8_t xp_mchar_t; typedef xp_int8_t xp_mchar_t;
typedef xp_int32_t xp_mcint_t; typedef xp_int32_t xp_mcint_t;