stack_t

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C)
struct stack_t {}

Members

Variables

ss_flags
int ss_flags;
Undocumented in source.
ss_size
c_ulong ss_size;
Undocumented in source.
ss_sp
void* ss_sp;
Undocumented in source.

Meta