| 96 | } |
| 97 | |
| 98 | FIL *GetInternalFile(FileHandle handle) { |
| 99 | return static_cast<FIL *>(handle._handle); |
| 100 | } |
| 101 | |
| 102 | DIR *GetInternalDirectory(DirectoryHandle handle) { |
| 103 | return static_cast<DIR *>(handle._handle); |
no outgoing calls
no test coverage detected