I need to write a library to statically link into a c program.
Can I write this library in D?
Will I be able to use proper D abilities like gc? Obviously the public interface will need to be basic c callable functions...

I 'main' is a c program will this work?

Reply via email to