This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
C calling conventions: how to pass a struct parameter?
- From: Cezar Harabula <cezar dot harabula at open-plug dot com>
- To: gcc-help at gcc dot gnu dot org, gcc-help-info at gcc dot gnu dot org
- Date: Thu, 22 Apr 2004 19:02:56 +0200
- Subject: C calling conventions: how to pass a struct parameter?
I simply cannot find this information! I have a procedure that must
receive a struct. How to pass a structure parameter from a caller to my
procedure, if the processor is an x86?
In C++: how to pass an object?
Thank you.
Cezar