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.
309{
313 static int tzflag;
314
315 if (tv)
316 {
323 tv->tv_sec = (
long)(
t / 1000000);
324 tv->tv_usec = (
long)(
t % 1000000);
325 }
326
328 {
329 if (!tzflag)
330 {
332 tzflag++;
333 }
336 }
337
338 return 0;
339}
VOID WINAPI GetSystemTimeAsFileTime(OUT PFILETIME lpFileTime)
_CRTIMP void __cdecl _tzset(void)