Sophie

Sophie

distrib > Mandriva > 9.1 > i586 > by-pkgid > 3c88344d1f3d15057277d028d0022277 > files > 269

swig-1.3.11-4mdk.i586.rpm

%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);
%}