kopia lustrzana https://github.com/jameshball/osci-render
13 wiersze
186 B
C
13 wiersze
186 B
C
![]() |
/*
|
||
|
* IXGetFreePort.h
|
||
|
* Author: Benjamin Sergeant
|
||
|
* Copyright (c) 2019 Machine Zone. All rights reserved.
|
||
|
*/
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
namespace ix
|
||
|
{
|
||
|
int getFreePort();
|
||
|
} // namespace ix
|