GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it
1#if !defined(_ZZ_H) && !defined(_ZZ_LLL_P_H) 2#define _ZZ_LLL_P_H 3 4#include "ZZ_P.h" 5 6extern matrix_TYP *ZZ_lll _ZZ_P_PROTO_( (matrix_TYP * Mat, int lll_bnd)) ; 7 8 9#endif 10 11