]> pd.if.org Git - pdclib/blobdiff - includes/__tm.h
Moved shared defines and typedefs to individual files.
[pdclib] / includes / __tm.h
diff --git a/includes/__tm.h b/includes/__tm.h
new file mode 100644 (file)
index 0000000..7b6aaaa
--- /dev/null
@@ -0,0 +1,15 @@
+// ----------------------------------------------------------------------------
+// $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