| 204 | |
| 205 | |
| 206 | ILint ILAPIENTRY iDefaultWSeek(ILHANDLE Handle, ILint Offset, ILint Mode) |
| 207 | { |
| 208 | return fseek((FILE*)Handle, Offset, Mode); |
| 209 | } |
| 210 | |
| 211 | |
| 212 | ILint ILAPIENTRY iDefaultRTell(ILHANDLE Handle) |
nothing calls this directly
no outgoing calls
no test coverage detected