tumble
/ annotate
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
preview
help
file
revisions
annotate
diff
raw
type.h@8d7bd2fa5db6 (annotated)
type.h
Wed, 02 Jan 2002 10:17:24 +0000
author
eric
date
Wed, 02 Jan 2002 10:17:24 +0000
changeset 34
8d7bd2fa5db6
parent 10
3184d26a9596
child 35
41804cc569ab
permissions
-rw-r--r--
improve floating point literal handling.
eric@10
1
typedef unsigned char u8;
eric@10
2
typedef unsigned short u16;
eric@10
3
typedef unsigned int u32;
eric@10
4
typedef int boolean;