![]() |
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.
Functions | |
| free_value (vh) | |
| push_value (vm, make_int(ok)) | |
Variables | |
| case | OP_INI_FREE |
| int | h = (vh.type == VAL_INT) ? (int)vh.i : 0 |
| int | ok = ini_free_handle(h) |
| break | |
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.
| free_value | ( | vh | ) |
| int ok = ini_free_handle(h) |