![]() | Fun 0.41.5 The programming language that makes You have fun |
VM opcode snippet for releasing an INI handle (OP_INI_FREE). More...
Go to the source code of this file.
VM opcode snippet for releasing an INI handle (OP_INI_FREE).
This file is included into the main VM dispatch switch in vm.c. It is only compiled when FUN_WITH_INI is enabled and iniparser headers are available.
Opcode: OP_INI_FREE Stack: [handle:int] -> [ok:int]
Behavior
Errors
See also
Definition in file free.c.