From fa3f9f8cab8088bd036bd75ed76614e31c680a28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Hord=C3=A9?= Date: Mon, 2 Apr 2007 14:01:17 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20d=C3=A9finition=20de=20nouveaux=20types?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/types.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/types.h b/include/types.h index c38a738..a1622fe 100644 --- a/include/types.h +++ b/include/types.h @@ -4,7 +4,9 @@ typedef unsigned char u8; typedef unsigned short u16; typedef unsigned int u32; -typedef unsigned char uchar; +typedef char s8; +typedef short s16; +typedef int s32; typedef int bool; struct dtr {