/*
 * Created by Zaxan@Haven
 */

int AddUsedPort(int port);
int RemoveUsedPort(int port);
void ClearUsedPorts();
int array QueryUsedPorts();


