dttools


Overview

dttools is a library of C utilities that I have developed over the course of several projects. You are welcome to use, modify, and enjoy this library within the constraints of the GPL. Sorry, there is no documentation, as this library is simply internal carpentry for larger works. This library has built on Linux, Solaris, and IRIX in the past. Your mileage may vary.

Building

To build and install dttools:
        cd /tmp
        tar xvzf dttools-0.9.tar.gz
        cd dttools-0.9
        ./configure --prefix /some/where
        make
        make install

License

This library is released under the GNU General Public License. See the file COPYING for details.

Downloads


Questions, comments, and bug fixes may be sent to Douglas Thain.