On 3/21/12, bearophile <bearophileh...@lycos.com> wrote:
> Are you sure that works?

It's easy to test:

extern(C)
struct SomeFunctions {
   void function(char*, size_t) funcA;
   void function() funcB;
}

void main()
{
    writeln(typeof(SomeFunctions.funcA).stringof);
}

Reply via email to