repo.or.cz
/
syslinux-debian.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Releasing debian version 3:6.03+dfsg-10.
[syslinux-debian.git]
/
com32
/
include
/
bitsize32
/
stddef.h
blob
c34c675c64b1eaac161299710d93556be3ed57da
1
/*
2
* bits32/stddef.h
3
*/
4
5
#define _SIZE_T
6
typedef
unsigned int size_t
;
7
8
#define _PTRDIFF_T
9
typedef
signed long ptrdiff_t
;