The OpenD Programming Language

cpp_long

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

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

Meta