]> pd.if.org Git - pdclib/blobdiff - includes/time.h
Moved shared defines and typedefs to individual files.
[pdclib] / includes / time.h
index db2eb7c7237a9b91bb55135f73177c36570445c1..c527cc31b68003aa1c54a89e55228da5464a25ea 100644 (file)
 #ifndef __TIME_H
 #define __TIME_H __TIME_H
 
+// TODO: Documentation.
+
 // ----------------------------------------------------------------------------
 // MACROS
 
-#define CLOCKS_PER_SEC // TODO
-#define NULL           0
+#include "__NULL.h"
+
+#define CLOCKS_PER_SEC // TODO - personality?
 
 // ----------------------------------------------------------------------------
 // TYPES
 
-typedef clock_t;
-typedef size_t;
-typedef time_t;
-struct tm;
+#include "__size_t.h"
+#include "__tm.h"
+
+typedef clock_t; // TODO - personality?
+typedef time_t;  // TODO - personality?
 
 // ----------------------------------------------------------------------------
 // FUNCTIONS