Files

13 lines
122 B
Mathematica
Raw Permalink Normal View History

li_cpointer_cpp
p = new_intp();
intp_assign(p,3);
if (intp_value(p) != 3)
error("failed");
endif
delete_intp(p);