| 265 | |
| 266 | |
| 267 | void ILAPIENTRY ilResetWrite() |
| 268 | { |
| 269 | ilSetWrite(iDefaultOpenW, iDefaultCloseW, iDefaultPutc, |
| 270 | iDefaultWSeek, iDefaultWTell, iDefaultWrite); |
| 271 | return; |
| 272 | } |
| 273 | |
| 274 | |
| 275 | //! Allows you to override the default file-reading functions. |
nothing calls this directly
no outgoing calls
no test coverage detected