On Fri, Jul 15, 2016 at 8:03 AM, Jeffrey Sarnoff
<[email protected]> wrote:
> ccall( (:convert_from_int, "myClib"), Void, (Ref{ Int     }, ), my_int_var )


ccall( ($(QuoteNode(Symbol("convert_from", postfix))), "myClib"),
Void, (Ref{$T}, ), $(Symbol("my_", postfix, "_var"))

Reply via email to