DDeepin Developerfeat: Init commit
b83cb584创建于 2022年10月19日历史提交
%module port

%include guilemain.i

/* Include the required FILE * typemaps */
%include ports.i

%{
#include <stdio.h>
%}

%inline %{
void print_int(FILE *f, int i);
int read_int(FILE *f);
%}