Add a filename to the recent files list.
| 197 | |
| 198 | //Add a filename to the recent files list. |
| 199 | void MemwAddRecentFile(const char *filename) |
| 200 | { |
| 201 | UpdateMemwRecentArray(filename, memw_recent_files, MEMW_MAX_NUMBER_OF_RECENT_FILES, memwrecentmenu, ID_FILE_RECENT, MEMW_MENU_FIRST_RECENT_FILE); |
| 202 | } |
| 203 | |
| 204 | static const int MW_ADDR[] = { |
| 205 | MW_ADDR00, MW_ADDR01, MW_ADDR02, MW_ADDR03, |
no test coverage detected