tumble
/ annotate
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
preview
help
file
revisions
annotate
diff
raw
type.h@b6f38e6122b2 (annotated)
type.h
Wed, 02 Jan 2002 10:30:37 +0000
author
eric
date
Wed, 02 Jan 2002 10:30:37 +0000
changeset 37
b6f38e6122b2
parent 35
41804cc569ab
permissions
-rw-r--r--
Initial revision
eric@10
1
typedef unsigned char u8;
eric@10
2
typedef unsigned short u16;
eric@10
3
typedef unsigned int u32;
eric@35
4
eric@35
5
typedef int s32;
eric@35
6
eric@10
7
typedef int boolean;