9typedef struct InitList {
10 struct InitList *
next;
14static InitList *inits;
17 InitList *list = inits;
24void pSingular_register_init(
void (*
f)()) {
25 InitList *
next = (InitList *)
malloc(
sizeof(InitList));
32void pSingular_init_var(
void *
s,
void *t,
long n) {
36void *pSingular_alloc_var(
long n) {
const CanonicalForm int s
void pSingular_initialize_thread()