| 95 | ////////////////////////////////////////////////////////////////////////// |
| 96 | |
| 97 | time_t now() |
| 98 | { |
| 99 | time_t time; |
| 100 | ::time(&time); |
| 101 | return time; |
| 102 | |
| 103 | } // now |
| 104 | |
| 105 | ////////////////////////////////////////////////////////////////////////// |
| 106 |
no outgoing calls
no test coverage detected