| 129 | } |
| 130 | |
| 131 | static void DosFPuts(const char* str, PlatformSpecificFile file) |
| 132 | { |
| 133 | fputs(str, (FILE*)file); |
| 134 | } |
| 135 | |
| 136 | static void DosFClose(PlatformSpecificFile file) |
| 137 | { |
nothing calls this directly
no outgoing calls
no test coverage detected