unigi/main.i

14 lines
232 B
OpenEdge ABL
Raw Normal View History

%module unigi
%{
#include <stdint.h>
#include "types.h"
#include "structs.h"
#include "main.h"
%}
%include <typemaps.i>
%include <stdint.i>
%rename("%(strip:[unigi_])s") "";
%include "types.h"
%include "structs.h"
%include "main.h"