Get current time as a string. More...
#include "op_get_time.h"#include <time.h>
Functions | |
| char * | op_get_time (void) |
| op_get_time - get current date and time | |
Get current time as a string.
| char* op_get_time | ( | void | ) |
op_get_time - get current date and time
Returns a string representing the current date and time, or an empty string on error.
The string is statically allocated and should not be freed.
Referenced by opd_print_24_stats(), opd_print_stats(), operf_print_stats(), and start_profiling().
1.6.1