Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Does Cython support type names from inttypes.h?

I tried using int32_t or int64_t instead of long or long long, and it wouldn't compile.

What's the syntax sugar? Or are the explicit type names not allowed?