constants.h 129 B

1234567
  1. #if !defined(TRX_SOCKET_CONSTANTS)
  2. #define TRX_SOCKET_CONSTANTS 1
  3. int const SOCKET_ERROR = -1;
  4. int const SOCKET_OK = 0;
  5. #endif