Go to the source code of this file.
◆ bcopy
Definition at line 1 of file fake.h.
◆ bzero
Definition at line 2 of file fake.h.
◆ getwd
Definition at line 7 of file fake.h.
◆ index
Definition at line 5 of file fake.h.
◆ rindex
Definition at line 4 of file fake.h.
◆ strcasecmp
Definition at line 9 of file fake.h.
◆ strncasecmp
◆ gettimeofday()
Definition at line 308 of file fake.c.
323 tv->tv_sec = (
long)(
t / 1000000);
324 tv->tv_usec = (
long)(
t % 1000000);
VOID WINAPI GetSystemTimeAsFileTime(OUT PFILETIME lpFileTime)
_CRTIMP void __cdecl _tzset(void)