tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] Use of __stdcall question


From: Ben Hutchinson
Subject: [Tinycc-devel] Use of __stdcall question
Date: Tue, 12 Jan 2016 14:57:49 -0800

If I create a prototype function, that includes __stdcall in it, do I need to also use the directive __stdcall where the actual function is coded? Or does the fact that it's set to __stdcall in the prototype remove the requirement of also including __stdcall where the actual function is coded?

reply via email to

[Prev in Thread] Current Thread [Next in Thread]