rt_init

Initialize druntime. If a C program wishes to call D code, and there's no D main(), then it must call rt_init() and rt_term().

extern (C)
int
rt_init
()

Meta