X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=stdc.hlist;fp=stdc.hlist;h=6fd7ecd2899279aaf7c66b15b1c42c2701c2ea25;hb=a3684be1a6e39357aa27916c86cdf8a734fe5936;hp=a3fe1447ef3cf0e90bf044ae61c95c552048a759;hpb=04f8a628893df2de90a4ba91ce3ea09ab1aa56ae;p=ia32rtools.git diff --git a/stdc.hlist b/stdc.hlist index a3fe144..6fd7ecd 100644 --- a/stdc.hlist +++ b/stdc.hlist @@ -71,6 +71,10 @@ int __cdecl isxdigit(int); int __cdecl tolower(int); int __cdecl toupper(int); +clock_t __cdecl clock (void); +time_t __cdecl time (time_t*); +double __cdecl difftime (time_t, time_t); +time_t __cdecl mktime (struct tm*); char* __cdecl asctime (const struct tm*); char* __cdecl ctime (const time_t*); struct tm* __cdecl gmtime (const time_t*);