| 71 | //------------------------------------------------------------------------- |
| 72 | |
| 73 | int |
| 74 | RecFileClose(RecHandle h_file) |
| 75 | { |
| 76 | return (close(h_file) == 0) ? REC_ERR_OKAY : REC_ERR_FAIL; |
| 77 | } |
| 78 | |
| 79 | //------------------------------------------------------------------------- |
| 80 | // RecSnapFileRead |
no outgoing calls
no test coverage detected