On Wed, 5 Nov 2014 10:43:29 -0600 (CST), Maiko Langelaar maiko@pcs.mb.ca wrote:
Subject says it all.
http://www.langelaar.net/projects/jnos2/downloads/linux
or
https://github.com/mlangelaar/jnos2
Maiko Langelaar / VE4KLM
I don't know how much you care about portability at this point but you might want to consider migrating the code more toward current C standard, like either C99 or even C11 to keep up with the compilers on the platform. For example, use <limits.h> instead of <values.h> and replacing macros like MAXLONG with LONG_MAX, MAXSHORT with SHRT_MAX, etc.