64
64
unsigned long strtoul(char *s1, char **out, int base)
65
65
long long strtoll(char *s1, char **out, int base)
67
68
# It seems we need to import the definitions so that the pyrex compiler has
68
69
# local names to access them.
69
70
from _static_tuple_c cimport StaticTuple, \
70
71
import_static_tuple_c, StaticTuple_New, \
71
72
StaticTuple_Intern, StaticTuple_SET_ITEM, StaticTuple_CheckExact, \
72
73
StaticTuple_GET_SIZE, StaticTuple_GET_ITEM