git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2009-sploving@11415 626c5289-ae23-0410-ae9c-e8d60b6d4f22
6 lines
128 B
OpenEdge ABL
6 lines
128 B
OpenEdge ABL
/* File : example.i */
|
|
%module example
|
|
FILE *fopen(char *filename, char *mode);
|
|
int fputs(char* , FILE *);
|
|
int fclose(FILE *);
|
|
|