]> pd.if.org Git - pdclib/blob - includes/__tm.h
Minor doc extension.
[pdclib] / includes / __tm.h
1 // ----------------------------------------------------------------------------
2 // $Id$
3 // ----------------------------------------------------------------------------
4 // Public Domain C Library - http://pdclib.sourceforge.net
5 // This code is Public Domain. Use, modify, and redistribute at will.
6 // ----------------------------------------------------------------------------
7 // struct tm definition shared by time.h and wchar.h
8 // ----------------------------------------------------------------------------
9
10 #ifndef __TM_H
11 #define __TM_H __TM_H
12
13 struct tm; // TODO - personality?
14
15 #endif // __TM_H