1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-02-13 11:42:18 +00:00
ton/tdutils/td/utils/port/uname.h
2020-07-06 17:07:20 +03:00

9 lines
100 B
C++

#pragma once
#include "td/utils/Slice.h"
namespace td {
Slice get_operating_system_version();
}