[go: up one dir, main page]

Menu

Diff of /include/crt.h [000000] .. [r1]  Maximize  Restore

Switch to side-by-side view

--- a
+++ b/include/crt.h
@@ -0,0 +1,13 @@
+
+/*---------------------------------------------------------------------------*/
+/* crt.h - C runtime base include file                                       */
+/*---------------------------------------------------------------------------*/
+
+#ifndef _CRT_H
+#define _CRT_H
+
+/* includes time.h, locale.h and crtdef.h */
+#include <time.h>
+
+#endif
+