revert 11743 - accidental checkin

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11829 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2010-01-23 22:24:45 +00:00
commit 4b1d7aa73d
2 changed files with 55 additions and 8 deletions

View file

@ -1,4 +1,10 @@
/* File : example.i */
%module example
int printf(const char *fmt, ...);
%{
#include "example.h"
%}
/* Let's just grab the original header file here */
%include "example.h"