1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-08 17:15:12 +00:00
QB64-PE/tests/compile_tests/declare_library_header/fastmath.h

7 lines
81 B
C
Raw Normal View History

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