translate: deal with and 0 / or ~0
[ia32rtools.git] / stdc.list
index 4e52902..4dd21c4 100644 (file)
--- a/stdc.list
+++ b/stdc.list
@@ -34,7 +34,6 @@ _strtoul
 _srand
 _rand
 _time
-_siglookup
 _signal
 _strtok
 __wcsicmp
@@ -60,8 +59,6 @@ _fseek
 _fgetc
 __filbuf
 __mbsicmp
-__beginthreadex
-__endthreadex
 __onexit
 _atexit
 __stricmp
@@ -77,6 +74,7 @@ _wcslen
 _wcstombs
 _setlocale
 __setmbcp
+__getmbcp
 __lseek
 __write
 __isatty
@@ -90,14 +88,46 @@ _mbtowc
 _ungetc
 __strcmpi
 __splitpath
+_abort
+_raise
+__snprintf
+_atoi
+_abs
+_labs
+
+__findfirst
+__findnext
+__findclose
+__chdir
+__getcwd
+__mkdir
+__mktemp
+__rmdir
+__chmod
+_remove
+_rename
 
 # float
 __control87
 __controlfp
 
-# math
-# __ftol2 - todo
+# msvcrt math
+# __ftol - x87 state
+# __ftol2 - x87 state
 _ceil
+_sqrt
+_pow
+__rotl
+__rotr
+
+# msvcrt
+__beginthread
+__endthread
+__beginthreadex
+__endthreadex
+__lock
+__unlock
 
 # not in mingw
 _memcpy_0
+_siglookup