ax-libc 0.5.11

ArceOS user program library for C apps
1
2
3
4
5
6
7
8
#ifndef _TERMIOS_H
#define _TERMIOS_H

struct winsize {
    unsigned short ws_row, ws_col, ws_xpixel, ws_ypixel;
};

#endif // _TERMIOS_H