Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download

GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it

Views: 415069
1
/****************************************************************************
2
**
3
*W compstat.h GAP source Frank Celler
4
**
5
**
6
*Y Copyright (C) 1996, Lehrstuhl D für Mathematik, RWTH Aachen, Germany
7
*Y (C) 1998 School Math and Comp. Sci., University of St Andrews, Scotland
8
*Y Copyright (C) 2002 The GAP Group
9
*/
10
11
#ifndef GAP_COMPSTAT_H
12
#define GAP_COMPSTAT_H
13
14
/****************************************************************************
15
**
16
17
*V CompInitFuncs . . . . . . . . . . list of compiled module init functions
18
**
19
** This a dummy list in case no module is statically linked.
20
*/
21
extern InitInfoFunc CompInitFuncs [];
22
23
24
#endif // GAP_COMPSTAT_H
25
26
/****************************************************************************
27
**
28
29
*E compstat.h . . . . . . . . . . . . . . . . . . . . . . . . . . ends here
30
*/
31
32