Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(178)

Side by Side Diff: third_party/cython/src/Cython/Includes/libc/limits.pxd

Issue 385073004: Adding cython v0.20.2 in third-party. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reference cython dev list thread. Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 # 5.2.4.2.1 Sizes of integer types <limits.h>
2
3 cdef extern from "limits.h":
4
5 enum: CHAR_BIT
6 enum: MB_LEN_MAX
7
8 enum: CHAR_MIN
9 enum: CHAR_MAX
10
11 enum: SCHAR_MIN
12 enum: SCHAR_MAX
13 enum: UCHAR_MAX
14
15 enum: SHRT_MIN
16 enum: SHRT_MAX
17 enum: USHRT_MAX
18
19 enum: INT_MIN
20 enum: INT_MAX
21 enum: UINT_MAX
22
23 enum: LONG_MIN
24 enum: LONG_MAX
25 enum: ULONG_MAX
26
27 enum: LLONG_MIN
28 enum: LLONG_MAX
29 enum: ULLONG_MAX
OLDNEW
« no previous file with comments | « third_party/cython/src/Cython/Includes/libc/float.pxd ('k') | third_party/cython/src/Cython/Includes/libc/locale.pxd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698