D can also access C code by simply importing a .c file:
import foo; // call functions from foo.c
This item has no comments currently.
It looks like you have JavaScript disabled. This web app requires that JavaScript is enabled.
Please enable JavaScript to use this site (or just go read Hacker News).
D can also access C code by simply importing a .c file:
analogously to how you can `#include "foo.h"` in C++.