The OpenD Programming Language

c_long

Used for a signed integer type that corresponds in size to the associated C compiler's long type.

import core.stdc.config;
version(StdDdoc)
alias c_long = ddoc_long

Meta