Fix C docs for GTEStartUp

This commit is contained in:
Lucas Scharenbroich 2022-07-01 17:05:20 -05:00
parent 13856a6604
commit 206d4d6095
1 changed files with 4 additions and 16 deletions

View File

@ -447,22 +447,10 @@ style: toolref
<div class="section">
<h5>C</h5>
<table style="font-family: courier, monospace; font-size: smaller;">
<tbody>
<tr>
<td>extern pascal GTEStartUp(dPageAddr, capFlags, userID)</td>
</tr>
<tr>
<td>Word dPageAddr</td>
</tr>
<tr>
<td>Word capFlags</td>
</tr>
<tr>
<td>Word userID</td>
</tr>
</tbody>
</table>
<p><tt>extern pascal GTEStartUp(dPageAddr, capFlags, userID)</tt></p>
<p><tt>Word dPageAddr;</tt></p>
<p><tt>Word capFlags;</tt></p>
<p><tt>Word userID;</tt></p>
</div>
</div>