X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=ia32rtools.git;a=blobdiff_plain;f=stdc.hlist;h=35208a5b5f14f3343cdcf69b3e70392d59330822;hp=565197187bdbcf0d0f5612a63d83e8e72e3da415;hb=79af284cd6d5f9851b971b7b46cbbb24df88a3f3;hpb=8c83cc48a2090b018cb39a629454b5e9608ba4d8 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);