Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

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

563674 views
1
#ifndef COHOMOLO_DEFS_H
2
#define COHOMOLO_DEFS_H
3
4
#include <stdio.h>
5
#include <string.h>
6
#include <stdlib.h>
7
#include <unistd.h> /* for unlink() */
8
9
#endif
10
11