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
blob5de4fab0a713a68926e621ceb19414e21bf07352
1 # 7.17 Common definitions <stddef.h>
3 cdef extern from "stddef.h":
5     ctypedef signed int ptrdiff_t
7     ctypedef unsigned int size_t
9     ctypedef int wchar_t