| 257 | |
| 258 | |
| 259 | void ILAPIENTRY ilResetRead() |
| 260 | { |
| 261 | ilSetRead(iDefaultOpenR, iDefaultCloseR, iDefaultEof, iDefaultGetc, |
| 262 | iDefaultRead, iDefaultRSeek, iDefaultRTell); |
| 263 | return; |
| 264 | } |
| 265 | |
| 266 | |
| 267 | void ILAPIENTRY ilResetWrite() |
nothing calls this directly
no outgoing calls
no test coverage detected