| 198 | |
| 199 | |
| 200 | ILint ILAPIENTRY iDefaultRSeek(ILHANDLE Handle, ILint Offset, ILint Mode) |
| 201 | { |
| 202 | return fseek((FILE*)Handle, Offset, Mode); |
| 203 | } |
| 204 | |
| 205 | |
| 206 | ILint ILAPIENTRY iDefaultWSeek(ILHANDLE Handle, ILint Offset, ILint Mode) |
nothing calls this directly
no outgoing calls
no test coverage detected