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 / belchenko1.pyx
Size: Mime:
# mode: compile

cdef extern from *:
    ctypedef int intptr_t

cdef int _is_aligned(void *ptr):
    return ((<intptr_t>ptr) & ((sizeof(int))-1)) == 0

_is_aligned(NULL)