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: implementation problem in C


>>>>> "David" == David Janssens <dja@info.ucl.ac.be> writes:

    David> Can someone please help me with this simple implementation problem in C:
    David> I have a table in which each entry designates a pointer to some function,
    David> the number of argument it expects and if it returns a value:


In GCC, try ``__builtin_apply''.  Alternatively, you may want to
recode the functions to take variable number of arguments.

~velco


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