|
|
researchv9-SUN3(old)
typedef void (*PFV)();
void dtors()
{
extern PFV _dtors[];
static ddone;
if (ddone == 0) { // once only
ddone = 1;
PFV* pf = _dtors;
while (*pf) pf++;
while (_dtors < pf) (**--pf)();
}
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.