// ---------------------------------------------------------------------------- // $Id$ // ---------------------------------------------------------------------------- // Public Domain C Library - http://pdclib.sourceforge.net // This code is Public Domain. Use, modify, and redistribute at will. // ---------------------------------------------------------------------------- // Provides a time datatype and time handling functions. // ---------------------------------------------------------------------------- #ifndef __TIME_H #define __TIME_H __TIME_H // TODO #endif // __TIME_H