1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-08-04 23:30:26 +00:00
QB64-PE/tests/compile_tests/extra/declare-header.bi
2023-04-25 09:48:08 -04:00

6 lines
102 B
Text

DECLARE LIBRARY "./header-dir/fastmath-extra"
FUNCTION Fast_Sqrt&(BYVAL val AS LONG)
END DECLARE