3 lines
98 B
C++
3 lines
98 B
C++
#pragma once
|
|
#include <string>
|
|
std::string timestamp(const char* fmt); // fmt 形如 "%H:%M:%S"
|