1 2 3 4 5 6 7 8 9 10 11 12
%module li_cdata_cpp %include <cdata.i> %cdata(int); %cdata(double); %{ #include <stdlib.h> %} void *malloc(size_t size);