| 159 | #pragma GCC diagnostic ignored "-Wformat-nonliteral" |
| 160 | #endif |
| 161 | void str_timestamp(char *buffer, int buffer_size) |
| 162 | { |
| 163 | str_timestamp_format(buffer, buffer_size, FORMAT_NOSPACE); |
| 164 | } |
| 165 | |
| 166 | void str_timestamp_format(char *buffer, int buffer_size, const char *format) |
| 167 | { |
no test coverage detected