tcgetwinsize.c\termios\src - musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src/termios/tcgetwinsize.c
blob: 9b3a65a40d3ee5dfd680a7ba1711291294970232 (plain) (blame)
1
2
3
4
5
6
7
8
#include <termios.h>
#include <sys/ioctl.h>
#include "syscall.h"
int tcgetwinsize(int fd, struct winsize *wsz)
{
	return syscall(SYS_ioctl, fd, TIOCGWINSZ, wsz);
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月09日 20:36:31 +0000

AltStyle によって変換されたページ (->オリジナル) /