1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-09-09 22:10:17 +00:00
QB64-PE/tests/compile_tests/extra/declare-header.bi

6 lines
102 B
Text
Raw Normal View History

2023-03-27 04:17:36 +00:00
DECLARE LIBRARY "./header-dir/fastmath-extra"
FUNCTION Fast_Sqrt&(BYVAL val AS LONG)
END DECLARE