user: implement mlibc as the libc, finally.
It's finally done.. Signed-off-by: kaguya <vpshinomiya@protonmail.com>
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
|
||||
#ifndef MLIBC_WINSIZE_H
|
||||
#define MLIBC_WINSIZE_H
|
||||
|
||||
struct winsize {
|
||||
unsigned short ws_row;
|
||||
unsigned short ws_col;
|
||||
unsigned short ws_xpixel;
|
||||
unsigned short ws_ypixel;
|
||||
};
|
||||
|
||||
#endif /* MLIBC_WINSIZE_H */
|
||||
|
||||
Reference in New Issue
Block a user