index
:
xv6-labs-2022/.git
util
origin/HEAD
origin/cow
origin/pgtbl
origin/riscv
origin/syscall
origin/traps
origin/util
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
types.h
blob: 1c197898562b2b528fab0cca1dbe7d8c120279cb (
plain
)
1
2
3
typedef
unsigned
int
uint
;
typedef
unsigned
short
ushort
;
typedef
unsigned
char
uchar
;