| 192 | |
| 193 | |
| 194 | ILint ILAPIENTRY iDefaultRead(void *Buffer, ILuint Size, ILuint Number, ILHANDLE Handle) |
| 195 | { |
| 196 | return (ILint)fread(Buffer, Size, Number, (FILE*)Handle); |
| 197 | } |
| 198 | |
| 199 | |
| 200 | ILint ILAPIENTRY iDefaultRSeek(ILHANDLE Handle, ILint Offset, ILint Mode) |
nothing calls this directly
no outgoing calls
no test coverage detected