fork download
  1. #include <sys/ioctl.h>
  2. #include <iostream>
  3.  
  4. int main()
  5. {
  6. std::cout << TIOCGWINSZ << std::endl;
  7. return 0;
  8. }
Success #stdin #stdout 0.01s 2724KB
stdin
Standard input is empty
stdout
21523