aboutsummaryrefslogtreecommitdiff
path: root/rat2canon.c
diff options
context:
space:
mode:
Diffstat (limited to 'rat2canon.c')
-rw-r--r--rat2canon.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/rat2canon.c b/rat2canon.c
index 03555c6..bc38132 100644
--- a/rat2canon.c
+++ b/rat2canon.c
@@ -27,6 +27,7 @@ typedef lrs_mp integer_t;
#include "rat2canon.h"
+
static int *rows=NULL;
static long int m,n;
static lrs_mp **An;
@@ -59,7 +60,8 @@ int main(argc,argv)
char *cursor;
- CHECK_HELP;
+ process_args(argc,argv,DOCSTRING);
+
lrs_mp_init (MP_DIGITS,stdin,stdout);
while ( fgets(buf,BUFSIZ,stdin) !=NULL )