WinCMOC (M6809 C Compiler) Code
A C Compiler/Editor for Retro 6809 Machines (Colour Computer/Dragon)
Status: Beta
Brought to you by:
buzzphp
--- 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 +