SHA-2 Cryptographic hash function

Previous topic - Next topic

kanonet

Or just add the famous:
Code (glbasic) Select
FUNCTION foo:
ENDFUNCTION

before the first INLINE. You need to close the main function before you can call this INLINE part.
Lenovo Thinkpad T430u: Intel i5-3317U, 8GB DDR3, NVidia GeForce 620M, Micron RealSSD C400 @Win7 x64

MrTAToad

Its must better to put all INLINE stuff in source files and not the main program file.