html fixes
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12771 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
ff2d735866
commit
e29d93ebd9
3 changed files with 5 additions and 5 deletions
|
|
@ -503,7 +503,7 @@ argument.</p>
|
|||
|
||||
<p>For example, suppose you were trying to wrap the modf() function in the
|
||||
C math library which splits x into integral and fractional parts (and
|
||||
returns the integer part in one of its parameters):<p>
|
||||
returns the integer part in one of its parameters):</p>
|
||||
<div class="code">
|
||||
<pre>
|
||||
double modf(double x, double *ip);
|
||||
|
|
@ -536,7 +536,7 @@ some <a href="#Embedded_go_code">additional functions written in go</a> that
|
|||
hide the ugly details.</p>
|
||||
|
||||
<p>There are no <code>char *OUTPUT</code> typemaps. However you can
|
||||
apply the <code>signed char *</code> typemaps instead:<p>
|
||||
apply the <code>signed char *</code> typemaps instead:</p>
|
||||
<div class="code">
|
||||
<pre>
|
||||
%include <typemaps.i>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue