X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=includes%2Ftime.h;fp=includes%2Ftime.h;h=c527cc31b68003aa1c54a89e55228da5464a25ea;hp=bc5742c8a5ced53370e20d76829b7e8c785e8904;hb=33ea80a48bfc48263e3cc855e7a4bfef7ebe8d98;hpb=e081ed1387e0c27dc689c8e32fdda06039544107 diff --git a/includes/time.h b/includes/time.h index bc5742c..c527cc3 100644 --- a/includes/time.h +++ b/includes/time.h @@ -15,16 +15,18 @@ // ---------------------------------------------------------------------------- // MACROS +#include "__NULL.h" + #define CLOCKS_PER_SEC // TODO - personality? -#define NULL 0 // ---------------------------------------------------------------------------- // TYPES +#include "__size_t.h" +#include "__tm.h" + typedef clock_t; // TODO - personality? -typedef size_t; // TODO - personality? typedef time_t; // TODO - personality? -struct tm; // TODO - personality? // ---------------------------------------------------------------------------- // FUNCTIONS