16
GLBasic - en / [SOLVED] sscanf does not work in INLINE code
« on: 2016-Aug-12 »
I am trying to use sscanf inside a block of INLINE code.
But the GLBasic compiler gives this error:
Can one use these functions in INLINE code?
But the GLBasic compiler gives this error:
Quote
error: `sscanf' was not declared in this scopeThe same "not declared in this scope" error occurs if I try to call the printf fuction as well.
Can one use these functions in INLINE code?