aboutsummaryrefslogtreecommitdiff
path: root/points.c
diff options
context:
space:
mode:
authorJ08nY2016-12-21 20:49:06 +0100
committerJ08nY2016-12-21 20:49:44 +0100
commitca55e2403048485accda8bbf63e190368206c9b5 (patch)
tree0f7743f501889a7faef853a8e27779d8acdf66de /points.c
parentb91bf574551fe9ac06316123b92d0b6c688c3389 (diff)
downloadecgen-ca55e2403048485accda8bbf63e190368206c9b5.tar.gz
ecgen-ca55e2403048485accda8bbf63e190368206c9b5.tar.zst
ecgen-ca55e2403048485accda8bbf63e190368206c9b5.zip
Diffstat (limited to 'points.c')
-rw-r--r--points.c24
1 files changed, 1 insertions, 23 deletions
diff --git a/points.c b/points.c
index 1266d56..9fe5a56 100644
--- a/points.c
+++ b/points.c
@@ -1,26 +1,4 @@
-/*-*- compile-command: "cc -c -o points.o -g -O3 -Wall -fomit-frame-pointer -fno-strict-aliasing -fPIC -I"/usr/include/x86_64-linux-gnu" points.c && cc -o points.so -shared -g -O3 -Wall -fomit-frame-pointer -fno-strict-aliasing -fPIC -Wl,-shared -Wl,-z,relro points.o -lc -lm -L/usr/lib/x86_64-linux-gnu -lpari"; -*-*/
-#include <pari/pari.h>
-/*
-GP;install("init_points","v","init_points","./points.so");
-GP;install("find_point","D0,G,D0,G,D0,G,","find_point","./points.so");
-GP;install("find_points","D0,G,D0,G,D0,G,","find_points","./points.so");
-GP;install("maxprime_order","D0,G,D0,G,","maxprime_order","./points.so");
-GP;install("minprime_order","D0,G,D0,G,","minprime_order","./points.so");
-GP;install("max_order","D0,G,D0,G,","max_order","./points.so");
-GP;install("get_point","D0,G,D0,G,D0,G,","get_point","./points.so");
-GP;install("prime_orders","D0,G,D0,G,","prime_orders","./points.so");
-GP;install("get_points","D0,G,D0,G,D0,G,","get_points","./points.so");
-*/
-void init_points(void);
-GEN find_point(GEN e, GEN o, GEN n);
-GEN find_points(GEN e, GEN o, GEN p);
-GEN maxprime_order(GEN e, GEN o);
-GEN minprime_order(GEN e, GEN o);
-GEN max_order(GEN e, GEN o);
-GEN get_point(GEN e, GEN o, GEN f);
-GEN prime_orders(GEN e, GEN o);
-GEN get_points(GEN e, GEN o, GEN f);
-/*End of prototype*/
+#include "points.h"
void
init_points(void) /* void */