1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-05 15:50:24 +00:00
QB64-PE/tests/compile_tests/declare_library_header/fastmath.h
2022-05-12 00:21:02 -04:00

7 lines
81 B
C

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