SOCK Library
Automates socket number assignment. Your code can get an unused socket, use it, then release it into a pool of free sockets.
Documentation |
FILENUM Library
Automates file number assignment. Your code can get an unused file number, work with the file "on" this number, then release the file number into a pool of free file numbers.
Documentation |