|
DMCP interface 03.17_023
|
System variables. More...
Topics | |
| Flags | |
| Flags. | |
| Menu System | |
| Menu System. | |
| Fonts | |
| Fonts. | |
Typedefs | |
| typedef void | void_fn_t() |
| General prototype for void function. | |
Variables | |
| void_fn_t * | after_fat_format |
| This callback function is called by system after FAT disk format (if set) | |
| uint32_t | calc_state |
| Main calculator state flags. | |
| FIL * | ppgm_fp |
| Pointer to file handle provided by system. | |
| const char * | key_to_alpha_table |
| Key to alpha translation table. | |
System variables.
Global variables exposed by system in System Data Block (SDB)
| const char* key_to_alpha_table |
Key to alpha translation table.
Used as key to alpha translation if set by program. Used by system e.g. in "New File" dialog.
| FIL* ppgm_fp |
Pointer to file handle provided by system.
This should be used by program to save memory.