sourcehut
Log in
—
Register
~singpolyma
/
biboumi
summary
tree
log
refs
ref:
7b3e0e0cf3eddd3537455a3605b04a48ee663f47
biboumi
/
src
/
utils
/system.hpp
-rw-r--r--
83 bytes
View
Log
Blame
View raw
7b3e0e0c
— louiz’ Make botan’s policy configurable from a file
5 years ago
1
2
3
4
5
6
7
8
#pragma once
#include
<string>
namespace
utils
{
std
::
string
get_system_name
();
}