This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: best way to construct function calls at runtime?


George Oliver <oliver.george@dhhs.tas.gov.au> writes:

> What is the best way to construct function calls at runtime?

You can use libffi, which is part of gcc's source. It is not ported to
all gcc platforms, but to most important ones.

-- 
	Falk


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]