mirror of
https://github.com/ton-blockchain/ton
synced 2025-02-13 19:52:18 +00:00
10 lines
100 B
C
10 lines
100 B
C
|
#pragma once
|
||
|
|
||
|
#include "td/utils/Slice.h"
|
||
|
|
||
|
namespace td {
|
||
|
|
||
|
Slice get_operating_system_version();
|
||
|
|
||
|
}
|