| 245 | |
| 246 | |
| 247 | ILint ILAPIENTRY iDefaultPutc(ILubyte Char, ILHANDLE Handle) |
| 248 | { |
| 249 | return fputc(Char, (FILE*)Handle); |
| 250 | } |
| 251 | |
| 252 | |
| 253 | ILint ILAPIENTRY iDefaultWrite(const void *Buffer, ILuint Size, ILuint Number, ILHANDLE Handle) |
nothing calls this directly
no outgoing calls
no test coverage detected