mirror of
https://github.com/Noratrieb/womangling.git
synced 2026-01-14 17:05:04 +01:00
fix
This commit is contained in:
parent
91e56af0b0
commit
750140d5f7
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ void a(int x, int *y, double &z) {}
|
||||||
This function is mangled as <code>_Z1aiPiRd</code>. It's an
|
This function is mangled as <code>_Z1aiPiRd</code>. It's an
|
||||||
<code>int</code> (<code>i</code>), a
|
<code>int</code> (<code>i</code>), a
|
||||||
<code>int*</code> (<code>Pi</code>), and a
|
<code>int*</code> (<code>Pi</code>), and a
|
||||||
<code>double&</code> (<code>Pd</code>).
|
<code>double&</code> (<code>Rd</code>).
|
||||||
</p>
|
</p>
|
||||||
<div class="quiz-section">
|
<div class="quiz-section">
|
||||||
<p>What is the mangled symbol of the following function?</p>
|
<p>What is the mangled symbol of the following function?</p>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue