On Fri, Sep 23, 2016 at 6:12 AM, Mariano Martinez Peck
<
[hidden email]> wrote:
> Hi guys,
>
> I am wondering if I can wrap some variadic functions (with optional
> arguments) with UFFI. Is this possible? If true, how so? For my particular
> use case, I am checking if I can call fcntl()
> which has a third optional argument.
>
> Thanks in advance,
Coincidentally while looking at something else I bumped into these
examples that seem to demonstrate varadic functions...
Alien class >> examplePrintf
Alien class >> exampleVarArgsEnumFontFamiliesEx
cheers -ben