Stack

extern (C)
struct Stack {
Stack* prev;
Symbol* sym;
timer_t starttime;
timer_t ohd;
timer_t subtime;
}
Suggestion Box / Bug Report