|
1257 | 1257 | @ cdecl -arch=!i386 acosf(float) |
1258 | 1258 | @ cdecl asctime(ptr) |
1259 | 1259 | @ cdecl -version=0x600+ asctime_s(ptr long ptr) |
1260 | | -@ cdecl asin(double) MSVCRT_asin |
| 1260 | +@ cdecl asin(double) |
1261 | 1261 | @ cdecl -arch=!i386 asinf(float) |
1262 | | -@ cdecl atan(double) MSVCRT_atan |
| 1262 | +@ cdecl atan(double) |
1263 | 1263 | @ cdecl atan2(double double) |
1264 | 1264 | @ cdecl -arch=!i386 atan2f(float float) |
1265 | | -@ cdecl -arch=!i386 atanf(float) MSVCRT_atanf |
| 1265 | +@ cdecl -arch=!i386 atanf(float) |
1266 | 1266 | @ cdecl -private atexit(ptr) MSVCRT_atexit # not imported to avoid conflicts with Mingw |
1267 | 1267 | @ cdecl atof(str) |
1268 | 1268 | @ cdecl atoi(str) |
|
1286 | 1286 | @ cdecl -arch=win64 difftime(long long) _difftime64 |
1287 | 1287 | @ cdecl -ret64 div(long long) |
1288 | 1288 | @ cdecl exit(long) |
1289 | | -@ cdecl exp(double) MSVCRT_exp |
| 1289 | +@ cdecl exp(double) |
1290 | 1290 | @ cdecl -arch=!i386 expf(float) |
1291 | 1291 | @ cdecl fabs(double) |
1292 | 1292 | @ cdecl -arch=arm,arm64 fabsf(float) |
|
1425 | 1425 | @ cdecl -arch=!i386 sinhf(float) |
1426 | 1426 | @ varargs sprintf(ptr str) |
1427 | 1427 | @ varargs -version=0x600+ sprintf_s(ptr long str) |
1428 | | -@ cdecl sqrt(double) MSVCRT_sqrt |
1429 | | -@ cdecl -arch=!i386 sqrtf(float) MSVCRT_sqrtf |
| 1428 | +@ cdecl sqrt(double) |
| 1429 | +@ cdecl -arch=!i386 sqrtf(float) |
1430 | 1430 | @ cdecl srand(long) |
1431 | 1431 | @ varargs sscanf(str str) |
1432 | 1432 | @ varargs -version=0x600+ sscanf_s(str str) |
|
1464 | 1464 | @ varargs -version=0x600+ swscanf_s(wstr wstr) |
1465 | 1465 | @ cdecl system(str) |
1466 | 1466 | @ cdecl tan(double) |
1467 | | -@ cdecl tanh(double) MSVCRT_tanh |
| 1467 | +@ cdecl tanh(double) |
1468 | 1468 | @ cdecl -arch=!i386 tanf(float) |
1469 | | -@ cdecl -arch=!i386 tanhf(float) MSVCRT_tanhf |
| 1469 | +@ cdecl -arch=!i386 tanhf(float) |
1470 | 1470 | @ cdecl -arch=win32 time(ptr) _time32 |
1471 | 1471 | @ cdecl -arch=win64 time(ptr) _time64 |
1472 | 1472 | @ cdecl tmpfile() |
|
0 commit comments