libutils is a hodgepodge of routines that I have found usefull at one time or another. There is a fixed version of fgets that is similar to the old Pascal readln, there are routines for parsing command line arguments with assorted bells and whistles, assorted string routines, including some routines that can convert delimited strings into arrays of sub-strings and vice-versa, and assorted other stuff that I have found myself rewritting again and again.
You can build the static library just by typing 'make'
Again, I am sorry that this isn't up to proper form with configure scripts and xmkmf stuff. I do intend to get such stuff working, but I haven't had time yet.
- Jeff Dutky
dutky@bellatlantic.net