mirror of
https://github.com/Noratrieb/womangling.git
synced 2026-01-14 08:55:03 +01:00
fixes #4
This commit is contained in:
parent
4c02c9f137
commit
a853814581
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@
|
||||||
Every C++ mangled symbol is prefixed with the string
|
Every C++ mangled symbol is prefixed with the string
|
||||||
<code>_Z</code>. This signifies that this is a mangled C++ symbol.
|
<code>_Z</code>. This signifies that this is a mangled C++ symbol.
|
||||||
<code>_Z</code> starts with an underscore followed by an uppercase
|
<code>_Z</code> starts with an underscore followed by an uppercase
|
||||||
letter. All symbols of that structures are reserved by the C
|
letter. All symbols of that structure are reserved by the C
|
||||||
standard and cannot be used by programs. This ensures that there are
|
standard and cannot be used by programs. This ensures that there are
|
||||||
no name collisions with normal C functions and mangled C++
|
no name collisions with normal C functions and mangled C++
|
||||||
functions.
|
functions.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue