Cucumber/Kernel/include/Lua/time.h

10 lines
151 B
C

#ifndef __TIER0_ANSI_TIME_H__
#define __TIER0_ANSI_TIME_H__
typedef unsigned long long int time_t;
#warning time() stub!
#define time(x) (0)
#endif