/* -------------------- DECLARATIONS nlglstst.h --------------------- */ typedef struct { int n; /* number of equations */ nlgls fkt; /* one of the n functions */ char *(*fkt_text)(void); /* function definition as text */ } bsptyp1; bsptyp1 *nlgls_waehlen(int nummer); /* ------------------------- END nlglstst.h ------------------------- */