best way to construct function calls at runtime?

Falk Hueffner hueffner@informatik.uni-tuebingen.de
Thu Aug 12 12:06:00 GMT 2004


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



More information about the Gcc-help mailing list