void.l = closesocket_(socket_nr)
means the result is assigned to a variable
but if i don't care about the result, i can just as well 'throw away' that result, thus leading to just microscopic faster code

in another basic (which i will not mention here
 ) one could do:
) one could do:void closecoket_(socketnr)
is there such a thing in pb?




