Can I create static c callable library?

John Burton john.burton at jbmail.com
Tue Sep 25 11:03:11 UTC 2018


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?


More information about the Digitalmars-d-learn mailing list