Documentation patches from Mark Goodman
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7154 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
31c19ff7b7
commit
ca7834309c
7 changed files with 27 additions and 25 deletions
|
|
@ -126,7 +126,7 @@ example:
|
|||
<pre>
|
||||
List make_list(const char *s, ...) {
|
||||
va_list ap;
|
||||
List *x = new List();
|
||||
List x;
|
||||
...
|
||||
va_start(ap, s);
|
||||
while (s) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue