// ---------------------------------------------------------------------------- // $Id$ // ---------------------------------------------------------------------------- // Public Domain C Library - http://pdclib.sourceforge.net // This code is Public Domain. Use, modify, and redistribute at will. // ---------------------------------------------------------------------------- // struct tm definition shared by time.h and wchar.h // ---------------------------------------------------------------------------- #ifndef __TM_H #define __TM_H __TM_H struct tm; // TODO - personality? #endif // __TM_H