X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Ftime.h;h=c527cc31b68003aa1c54a89e55228da5464a25ea;hb=33ea80a48bfc48263e3cc855e7a4bfef7ebe8d98;hp=db2eb7c7237a9b91bb55135f73177c36570445c1;hpb=ac3f809c3c10347c110fac3db93af0954eda98bb;p=pdclib diff --git a/includes/time.h b/includes/time.h index db2eb7c..c527cc3 100644 --- a/includes/time.h +++ b/includes/time.h @@ -10,19 +10,23 @@ #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