1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-09-17 04:15:46 +00:00
QB64-PE/tests/compile_tests/extra/header-dir/fastmath-extra.h

7 lines
81 B
C
Raw Normal View History

2023-03-27 04:17:36 +00:00
// Fake function for testing
int Fast_Sqrt(int value)
{
return value * 2;
}