mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
Initial import
This commit is contained in:
17
include/c11log/details/os.h
Normal file
17
include/c11log/details/os.h
Normal file
@@ -0,0 +1,17 @@
|
||||
#pragma once
|
||||
#include<string>
|
||||
#include<cstdio>
|
||||
#include<ctime>
|
||||
|
||||
namespace c11log
|
||||
{
|
||||
namespace details
|
||||
{
|
||||
namespace os
|
||||
{
|
||||
std::tm localtime(const std::time_t &time_t);
|
||||
std::tm localtime();
|
||||
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user