X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Ftime.h;h=bc5742c8a5ced53370e20d76829b7e8c785e8904;hb=d7cc1957de74235bd2a84c1ef26ecab2368f57e4;hp=db2eb7c7237a9b91bb55135f73177c36570445c1;hpb=133919785898ce67b8fa8f4b3722d7d637a8e85b;p=pdclib.old diff --git a/includes/time.h b/includes/time.h index db2eb7c..bc5742c 100644 --- a/includes/time.h +++ b/includes/time.h @@ -10,19 +10,21 @@ #ifndef __TIME_H #define __TIME_H __TIME_H +// TODO: Documentation. + // ---------------------------------------------------------------------------- // MACROS -#define CLOCKS_PER_SEC // TODO +#define CLOCKS_PER_SEC // TODO - personality? #define NULL 0 // ---------------------------------------------------------------------------- // TYPES -typedef clock_t; -typedef size_t; -typedef time_t; -struct tm; +typedef clock_t; // TODO - personality? +typedef size_t; // TODO - personality? +typedef time_t; // TODO - personality? +struct tm; // TODO - personality? // ---------------------------------------------------------------------------- // FUNCTIONS