| 53 | //--------------------------------------------------------------------------- |
| 54 | |
| 55 | static double taketime() |
| 56 | { |
| 57 | return (double)(clock())/CLOCKS_PER_SEC; |
| 58 | } |
| 59 | |
| 60 | //--------------------------------------------------------------------------- |
| 61 | // abstractions for doing I/O, which support VC6 streams, modern streams, and FILE* |
no outgoing calls
no test coverage detected