Cygwin: cygwin_GetCommandLineW/A: don't rely on __argv[0] content
[newlib-cygwin.git] / libgloss / iq2000 / time.c
blob2df8d48d20c9e8425b8abea02f96b8f085423a05
1 #include <_ansi.h>
2 #include <sys/types.h>
3 #include <sys/stat.h>
4 #include "trap.h"
7 time_t
8 time (time_t *tloc)
10 return TRAP0 (SYS_time, tloc, 0, 0);