Subversion Repositories wimsdev

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
5520 bpr 1
%module wims_mathml 
2
%{
3
#include "wims_mathml.h"
4
extern const char * wims_mathml_output ();
5
%}
6
extern int    wims_mathml_filter (const char * buffer, unsigned long length);
7
extern int    wims_mathml_html_filter (const char * buffer, unsigned long length);
8
extern const char * wims_mathml_output ();