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

6 lines
81 B
C

// Fake function for testing
int Fast_Sqrt(int value)
{
return value * 2;
}