| 670 | // Next 4 functions are the default write functions |
| 671 | |
| 672 | ILint ILAPIENTRY iPutcFile(ILubyte Char) |
| 673 | { |
| 674 | return PutcProc(Char, FileWrite); |
| 675 | } |
| 676 | |
| 677 | |
| 678 | ILint ILAPIENTRY iPutcLump(ILubyte Char) |
nothing calls this directly
no outgoing calls
no test coverage detected