GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it
#ifdef __cplusplus1extern "C" {2#endif345#ifndef _PRESENTATION_h_6#define _PRESENTATION_h_78#ifdef __STDC__910/**********************************************************************11| FILE: presentation.c12***********************************************************************/13extern matrix_TYP *pres(bahn **s,14bravais_TYP *G,15int *OPT);1617extern void normalize_word(int *w);1819/**********************************************************************20| FILE: mapped_word.c21***********************************************************************/22matrix_TYP *mapped_word(int *w,23matrix_TYP **A,24matrix_TYP **AINV);2526/**********************************************************************27| FILE: check_base.c28***********************************************************************/29void check_base(bahn **s,30bravais_TYP *G);3132/**********************************************************************33| FILE: put_word.c34***********************************************************************/35void put_word(int *w,36char *O);3738#else3940/**********************************************************************41| FILE: presentation.c42***********************************************************************/43extern matrix_TYP *pres();4445extern void normalize_word();4647/**********************************************************************48| FILE: mapped_word.c49***********************************************************************/50matrix_TYP *mapped_word();5152/**********************************************************************53| FILE: check_base.c54***********************************************************************/55void check_base();5657/**********************************************************************58| FILE: put_word.c59***********************************************************************/60void put_word();6162#endif63#endif6465#ifdef __cplusplus66}67#endif68697071