X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Ftime.h;h=c527cc31b68003aa1c54a89e55228da5464a25ea;hb=a84b7310b7188b8a3cbf4646aa6502e7aa834ee1;hp=bc5742c8a5ced53370e20d76829b7e8c785e8904;hpb=b2b5e5de72c2979464ac211460210ccf77a25d51;p=pdclib.old 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