dt_t

Data definitions DTibytes 1..7 bytes DTabytes offset of bytes of data a { a data bytes } DTnbytes bytes of data a { a data bytes } a = offset DTazeros # of 0 bytes a DTsymsize same as DTazeros, but the type of the symbol gives the size DTcommon # of 0 bytes (in a common block) a DTxoff offset from symbol w a w = symbol number (pointer for CPP) a = offset DTcoff offset into code segment

extern (C++) @nogc nothrow @safe
struct dt_t {
dt_t* DTnext;
char dt;
ubyte Dty;
ubyte DTn;
ubyte DTalign;
}
Suggestion Box / Bug Report