File: pyaff.pxd

package info (click to toggle)
afflib 3.7.22-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,584 kB
  • sloc: cpp: 20,911; ansic: 15,912; makefile: 520; sh: 436; python: 192
file content (6 lines) | stat: -rw-r--r-- 117 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
cimport afflib
from libc.stdint cimport int64_t

cdef class affile:
    cdef afflib.AFFILE *af
    cdef int64_t size