| 136 | } |
| 137 | |
| 138 | static void C2000FPuts(const char* str, PlatformSpecificFile file) |
| 139 | { |
| 140 | fputs(str, (FILE*)file); |
| 141 | } |
| 142 | |
| 143 | static void C2000FClose(PlatformSpecificFile file) |
| 144 | { |
nothing calls this directly
no outgoing calls
no test coverage detected