| iMatix home page | << | < | > | >> |
![]() Version 1.91 |
#include "sflsock.h" int connect_error (void)
Returns the last error code from one of the connection functions. For portability in a multithreaded environment, call immediately after the call to the connection function.
{ return (connect_error_value); }
| << | < | > | >> |
![]() |