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