| 251 | |
| 252 | |
| 253 | ILint ILAPIENTRY iDefaultWrite(const void *Buffer, ILuint Size, ILuint Number, ILHANDLE Handle) |
| 254 | { |
| 255 | return (ILint)fwrite(Buffer, Size, Number, (FILE*)Handle); |
| 256 | } |
| 257 | |
| 258 | |
| 259 | void ILAPIENTRY ilResetRead() |
nothing calls this directly
no outgoing calls
no test coverage detected