From 1cc3984653972e9eefeccb4d58483dbc64e82ee9 Mon Sep 17 00:00:00 2001 From: bremner Date: Wed, 14 Jun 2006 20:27:40 +0000 Subject: git-svn-id: file:///export/data/bremner/svn/trunk/inetools@5406 09fa754a-f411-0410-976a-da6bfa213b30 --- rat2canon.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'rat2canon.c') 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 ) -- cgit v1.2.3