mirror of
https://github.com/XRPLF/clio.git
synced 2026-04-29 15:37:53 +00:00
11 lines
117 B
C++
11 lines
117 B
C++
#pragma once
|
|
|
|
#include <cstdint>
|
|
|
|
namespace tests::util {
|
|
|
|
uint32_t
|
|
generateFreePort();
|
|
|
|
} // namespace tests::util
|