#define MNG 1001 #define MEXP 41 #define RSP 100000 #define PTRSP 10000 #define WKSP 2500 /* MNG-1=max no of gens in multiplier, MEXP-1=max no of gens of P, WKSP=safety margin for various words RSP=amount of space for PCP relations PTRSP= amount of space for pointers to PCP relations.
*/
char gap, act, crel, ims, inf0[80], inf1[80], inf2[80], outf[80], outfm[80]; /* Defaults: inf1=gpname.pcp if not -a =gpname.cov if -a outf=gpname.cov outfm=gpname.mult inf2=gpname.sc inf0 used to remember gpname.
*/ short mng = MNG - 1, mexp = MEXP - 1, wksp = WKSP, prime, exp, nng, class,
*rpf, *rpb, *eexpnt, *enexpnt, **pcb, mnng, mord, intexp, rel[RSP],
expnt[MEXP], nexpnt[MNG], cord[MNG], wt[MEXP], d1[MEXP + MNG],
d2[MEXP + MNG], *pcptr[PTRSP], **powptr[MEXP], **comptr[MEXP],
*sspc[MEXP], *sspf[MEXP], sgen[MEXP], sex[MEXP], spgen[MEXP],
spex[MEXP], spugen[MEXP], *intg[MEXP], *imintg[MEXP], *tlintg[MEXP]; int rsp = RSP, ptrsp = PTRSP;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.