Add caveat about using percent in varargs example as per suggestion in bug #2106353

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11743 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2009-11-14 21:50:41 +00:00
commit e0dd20350f
2 changed files with 8 additions and 55 deletions

View file

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