Blame c_api.decl

Packit 3f72c8
Packit 3f72c8
max_version = 2
Packit 3f72c8
Packit 3f72c8
module_h_template_filename = templates/module_h.temp
Packit 3f72c8
module_c_template_filename = templates/module_c.temp
Packit 3f72c8
c_api_h_template_filename  = templates/c_api_h.temp
Packit 3f72c8
Packit 3f72c8
SV *     newSVi64 (pTHX_ int64_t)
Packit 3f72c8
SV *     newSVu64 (pTHX_ uint64_t)
Packit 3f72c8
int64_t  SvI64    (pTHX_ SV*)
Packit 3f72c8
uint64_t SvU64    (pTHX_ SV*)
Packit 3f72c8
int      SvI64OK  (pTHX_ SV*)
Packit 3f72c8
int      SvU64OK  (pTHX_ SV*)
Packit 3f72c8
uint64_t randU64  (pTHX)
Packit 3f72c8