repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git]
/
third_party
/
cython
/
src
/
Cython
/
Includes
/
libc
/
stddef.pxd
blob
5de4fab0a713a68926e621ceb19414e21bf07352
1
# 7.17 Common definitions <stddef.h>
2
3
cdef extern from "stddef.h":
4
5
ctypedef signed int ptrdiff_t
6
7
ctypedef unsigned int size_t
8
9
ctypedef int wchar_t