From fd8ad78605ffd04f856df5716d6a34cf135312cf Mon Sep 17 00:00:00 2001 From: David Bremner Date: Mon, 26 Jul 2021 13:48:26 -0300 Subject: get rat2float building against lrslib-072 Many things could be improved, particularly error processing, but at least it builds and seems to run. --- process_args.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'process_args.c') diff --git a/process_args.c b/process_args.c index 6e6827d..3b82500 100644 --- a/process_args.c +++ b/process_args.c @@ -1,5 +1,7 @@ +#include "process_args.h" #include #include + void process_args(int argc, char **argv,char *docstring){ if (argc > 1 && argv[1][0]=='-' && argv[1][1]=='h') { fprintf(stderr,docstring); -- cgit v1.2.3