Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Cython / tests / compile / signedtypes.pyx
Size: Mime:
# mode: compile

cdef struct S:
    char c
    unsigned char uc
    signed char sc
    short s
    unsigned short us
    signed short ss
    int i
    unsigned int ui
    signed int si
    long l
    unsigned long ul
    signed long sl
    long long ll
    unsigned long long ull
    signed long long sll