]> pd.if.org Git - pdclib/blobdiff - internals/_PDCLIB_int.h
Started implementation of <time.h>
[pdclib] / internals / _PDCLIB_int.h
index 562393233195b2f4c77fa43432ff8e2fa01cbc12..d9e7f07508a5aac6b3cf2fe229149d360a1416ad 100644 (file)
@@ -301,6 +301,13 @@ struct _PDCLIB_file_t
     struct _PDCLIB_file_t * next;     /* Pointer to next struct (internal) */
 };
 
+/* -------------------------------------------------------------------------- */
+/* Various <time.h> internals                                                 */
+/* -------------------------------------------------------------------------- */
+
+typedef _PDCLIB_time            _PDCLIB_time_t;
+typedef _PDCLIB_clock           _PDCLIB_clock_t;
+
 /* -------------------------------------------------------------------------- */
 /* Internal data types                                                        */
 /* -------------------------------------------------------------------------- */