X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=stdc.hlist;h=35208a5b5f14f3343cdcf69b3e70392d59330822;hb=285b3a6b777658e2fa5e504cfe8a2ca4221b54af;hp=565197187bdbcf0d0f5612a63d83e8e72e3da415;hpb=e83ea7ed9f22ff664cea19bfc43ef83e1073357a;p=ia32rtools.git diff --git a/stdc.hlist b/stdc.hlist index 5651971..35208a5 100644 --- a/stdc.hlist +++ b/stdc.hlist @@ -125,6 +125,8 @@ int __cdecl isxdigit(int); int __cdecl tolower(int); int __cdecl toupper(int); +int __cdecl _isctype (int, int); + clock_t __cdecl clock (void); time_t __cdecl time (time_t*); double __cdecl difftime (time_t, time_t);