| 167 | } |
| 168 | |
| 169 | static void CL2000Flush() |
| 170 | { |
| 171 | fflush(stdout); |
| 172 | } |
| 173 | |
| 174 | extern int (*PlatformSpecificPutchar)(int c) = CL2000Putchar; |
| 175 | extern void (*PlatformSpecificFlush)(void) = CL2000Flush; |
nothing calls this directly
no outgoing calls
no test coverage detected