]> pd.if.org Git - pdclib/blobdiff - includes/time.h
Initial load with header templates and some first declarations.
[pdclib] / includes / time.h
diff --git a/includes/time.h b/includes/time.h
new file mode 100644 (file)
index 0000000..aeda70f
--- /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.
+// ----------------------------------------------------------------------------
+// Provides a time datatype and time handling functions.
+// ----------------------------------------------------------------------------
+
+#ifndef __TIME_H
+#define __TIME_H __TIME_H
+
+// TODO
+
+#endif // __TIME_H