include "decl.pxi"
from sage.libs.ntl.ntl_lzz_pContext cimport ntl_zz_pContext_class
from sage.libs.ntl.ntl_lzz_p_decl cimport *,zz_p_c
#cdef extern from "ntl_wrap.h":
# struct zz_p_c
cdef class ntl_zz_p:
cdef zz_p_c x
cdef ntl_zz_pContext_class c
cdef ntl_zz_p _new(ntl_zz_p self)