11 lines
144 B
C
11 lines
144 B
C
/*
|
|
* Created by Zaxan@Haven
|
|
*/
|
|
|
|
int AddUsedPort(int port);
|
|
int RemoveUsedPort(int port);
|
|
void ClearUsedPorts();
|
|
int array QueryUsedPorts();
|
|
|
|
|