On 26/06/2011 20:54, Alex_Dovhal wrote:
I'd like to call C functions and use C variables in D module. D calls C functions just fine, but how can I use C variables?
extern(C) extern int myCVar; -- Robert http://octarineparrot.com/
On 26/06/2011 20:54, Alex_Dovhal wrote:
I'd like to call C functions and use C variables in D module. D calls C functions just fine, but how can I use C variables?
extern(C) extern int myCVar; -- Robert http://octarineparrot.com/