Utils.h 134 B

12345678
  1. #ifndef UTILS_H
  2. #define UTILS_H
  3. namespace Utils {
  4. int pollFileDescriptor(int fd, int timeoutMillis, const char* error);
  5. }
  6. #endif