| 148 | } |
| 149 | |
| 150 | static void DosFlush() |
| 151 | { |
| 152 | fflush(stdout); |
| 153 | } |
| 154 | |
| 155 | extern int (*PlatformSpecificPutchar)(int c) = DosPutchar; |
| 156 | extern void (*PlatformSpecificFlush)(void) = DosFlush; |
nothing calls this directly
no outgoing calls
no test coverage detected