![]() | Fun 0.41.5 The programming language that makes You have fun |

Files | |
| free.c | |
| VM opcode snippet for releasing an INI handle (OP_INI_FREE). | |
| get_bool.c | |
| VM opcode snippet for reading a boolean from an INI dictionary (OP_INI_GET_BOOL). | |
| get_double.c | |
| VM opcode snippet for reading a floating-point value from INI (OP_INI_GET_DOUBLE). | |
| get_int.c | |
| VM opcode snippet for reading an integer from INI (OP_INI_GET_INT). | |
| get_string.c | |
| VM opcode snippet for reading a string from INI (OP_INI_GET_STRING). | |
| handles.c | |
| INI handle registry implementation used by VM INI opcodes. | |
| handles.h | |
| INI handle registry for iniparser 4.2.6 used by INI VM opcodes. | |
| load.c | |
| VM opcode snippet for loading an INI file (OP_INI_LOAD). | |
| save.c | |
| VM opcode snippet for saving an INI dictionary to a file (OP_INI_SAVE). | |
| set.c | |
| VM opcode snippet for setting an INI value (OP_INI_SET). | |
| stubs.c | |
| Stub opcode implementations for INI support when FUN_WITH_INI is disabled. | |
| unset.c | |
| VM opcode snippet for removing an INI entry (OP_INI_UNSET). | |