plugin: more aggressive name change to avoid conflicts
[ia32rtools.git] / stdc.hlist
index 35208a5..8440d6e 100644 (file)
@@ -278,6 +278,7 @@ double __cdecl sqrt(double x);
 double __cdecl pow(double x, double y);
 unsigned int __cdecl _rotl(unsigned int num, int shift);
 unsigned int __cdecl _rotr(unsigned int num, int shift);
+double __cdecl _CIpow(void);
 
 // msvcrt
 unsigned long __cdecl _beginthread (void (__cdecl *)(void *), unsigned, void*);
@@ -285,6 +286,12 @@ DECLSPEC_NORETURN void __cdecl _endthread  (void);
 unsigned long __cdecl _beginthreadex (void *, unsigned int, unsigned int (__stdcall *) (void *), void*, unsigned int, unsigned int*);
 DECLSPEC_NORETURN void __cdecl _endthreadex (unsigned int);
 
+__int64 __cdecl _atoi64(const char *);
+char* __cdecl _i64toa(__int64, char *, int);
+char* __cdecl _ui64toa(unsigned __int64, char *, int);
+
 void __cdecl _lock(int locknum);
 void __cdecl _unlock(int locknum);
 size_t __cdecl strncnt(const char*, size_t);
+
+void * __cdecl _getptd(void);