----------------------------------------- releaseOutputStream -----------------------------------------
| 151 | // releaseOutputStream |
| 152 | //----------------------------------------- |
| 153 | void releaseOutputStream(int fd) |
| 154 | { |
| 155 | fflush(stdout); |
| 156 | streamDup2(fd,fileno(stdout)); |
| 157 | close(fd); |
| 158 | } |
| 159 | |
| 160 | //----------------------------------------- |
| 161 | // printfCallBack |
no outgoing calls
no test coverage detected