[go: up one dir, main page]

Menu

[r1]: / include / crt.h  Maximize  Restore  History

Download this file

14 lines (8 with data), 358 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
/*---------------------------------------------------------------------------*/
/* 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