| 141 | } |
| 142 | |
| 143 | static void C2000FClose(PlatformSpecificFile file) |
| 144 | { |
| 145 | fclose((FILE*)file); |
| 146 | } |
| 147 | |
| 148 | PlatformSpecificFile (*PlatformSpecificFOpen)(const char* filename, const char* flag) = C2000FOpen; |
| 149 | void (*PlatformSpecificFPuts)(const char* str, PlatformSpecificFile file) = C2000FPuts; |
nothing calls this directly
no outgoing calls
no test coverage detected