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