1 2 3 4 5 6 7 8
#ifndef __SYS_IOCTL_H #define __SYS_IOCTL_H #define TIOCGWINSZ 0x5413 int ioctl(int, int, ...); #endif