| 26 | using Core::mem_realloc; |
| 27 | |
| 28 | static inline HANDLE KYTY_INVALID_HANDLE_VALUE() |
| 29 | { |
| 30 | return INVALID_HANDLE_VALUE; // NOLINT(cppcoreguidelines-pro-type-cstyle-cast) |
| 31 | } |
| 32 | |
| 33 | bool sys_file_io_init() |
| 34 | { |
no outgoing calls
no test coverage detected