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