#include "op_get_time.h"
#include <time.h>
Go to the source code of this file.
Functions | |
char * | op_get_time (void) |
Get current time as a string
Definition in file op_get_time.c.
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.
Definition at line 16 of file op_get_time.c.
Referenced by op_open_files(), opd_24_exit(), opd_26_exit(), opd_open_files(), opd_print_24_stats(), opd_print_stats(), opd_sigterm(), operf_print_stats(), and start_profiling().