4aad73cc创建于 2025年7月9日历史提交
/* File : example.i */
%module example

%{
#include "example.h"
%}

/* Let's just grab the original header file here */
%include "example.h"