/* File : example.i */ %module example FILE *fopen(char *filename, char *mode); int fputs(char* , FILE *); int fclose(FILE *);