Extended mode

Purpose: Use external libraries or C code with Golf.

extended-mode

extended-mode, when specified as a very first statement in .golf source file, allows for use of call-extended statement.
Examples
extended-mode

begin-handler /my-handler public
    ...
    call-extended factorial (10, &fact)
    ...
end-handler

See also
C language
call-extended  
extended-mode  
web-framework-for-C-programming-language  
See all
documentation


Copyright (c) 2019-2025 Gliim LLC. All contents on this web site is "AS IS" without warranties or guarantees of any kind.