swig/Examples/c/class/example.i
Vadim Zeitlin 4748e4f379 Remove more insignificant differences with examples in master
Follow the she style of the other existing examples.
2022-01-15 16:50:17 +01:00

9 lines
141 B
OpenEdge ABL

/* File : example.i */
%module example
%{
#include "example.h"
%}
/* Let's just grab the original header file here */
%include "example.h"