This is the mail archive of the libffi-discuss@sourceware.org mailing list for the libffi 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: Libffi and printf


"Jos Kuijpers" <jos@kuijpersvof.nl> writes:

> Folks,
>
> Two things: how active is libffi development? The last update (3.0.9) was
> from december 2009, latest blogpost januari 2010.

The best place to look is here:
https://github.com/atgreen/libffi/blob/master/ChangeLog

(although I'm not sure what blog post you're referring to)

>
> And further, is there any known, working code for adding an parameter type
> to printf?
> I want to write some obj_printf(fmt,.), that searches for a %@, replaces the
> @ with an s, and replaces the corresponding argument from the varg-list with
> a string.

I'm not aware of anything like this, but libffi should give you what you
need to try to do this.

AG


>
> With kind regards,
>
> Jos


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