Files
Course-Design-C--/tools.h
2025-04-15 18:38:03 +08:00

13 lines
214 B
C++

#ifndef COURSE_DESIGN_TOOLS_H_
#define COURSE_DESIGN_TOOLS_H_
#include "chrono"
#include "iostream"
#include "sqlite3.h"
#include "string"
#include "iomanip"
#include "vector"
std::string get_utc8_time();
#endif