aboutsummaryrefslogtreecommitdiff
path: root/src/gp.h
blob: f066decf687abd76b848493d32772082580cd8f3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef GP_H
#define GP_H
/*-*- compile-command: "cc -c -o gp/gp.gp.o -g -O3 -Wall -fomit-frame-pointer
 * -fno-strict-aliasing -fPIC -I"/usr/include/x86_64-linux-gnu" gp/gp.gp.c && cc
 * -o gp/gp.gp.so -shared -g -O3 -Wall -fomit-frame-pointer -fno-strict-aliasing
 * -fPIC -Wl,-shared -Wl,-z,relro gp/gp.gp.o -lc -lm -L/usr/lib/x86_64-linux-gnu
 * -lpari"; -*-*/
#include <pari/pari.h>
/*
GP;install("init_gp","v","init_gp","./gp/gp.gp.so");
*/
void init_gp(void);
/*End of prototype*/
#endif //GP_H