| iMatix home page | << | < | > | >> |
![]() Version 1.91 |
#include "sflsock.h" int sock_term (void)
Shuts-down the internet protocol. On most systems this is a null call. On some systems this unloads dynamic libraries. Returns -1 if there was an error, or 0 if everything was okay. See sock init().
{ #if (defined (__WINDOWS__)) WSACleanup (); #endif return (0); }
| << | < | > | >> |
![]() |