Many of these tests implicitly required the target language library files to include the headers upstream.
12 lines
122 B
OpenEdge ABL
12 lines
122 B
OpenEdge ABL
%module li_cdata
|
|
|
|
%include <cdata.i>
|
|
|
|
%cdata(int);
|
|
%cdata(double);
|
|
|
|
%{
|
|
#include <stdlib.h>
|
|
%}
|
|
|
|
void *malloc(size_t size);
|