Calling Conventions: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
m →‎External Links: Replaced broken link with link to local mirror
Line 44: Line 44:


<syntaxhighlight lang="c">
<syntaxhighlight lang="c">
int fee(int fie, char foe, double fum)
int fee(int fie, char foe, double fum);
</syntaxhighlight>
</syntaxhighlight>