I\'m writing a module which exports an interface similar to send and recv.
send
recv
Since those functions are supposed to return respectively the nu
From: http://support.sas.com/documentation/onlinedoc/sasc/doc700/html/lr1/errno.htm
The only portable values for errno are EDOM and ERANGE
errno
EDOM
ERANGE
So that answers your portability question.