logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

TCXONC - software flow control

Description

Equivalent to tcflow(fd,arg). See tcflow(3) for the argument values TCOOFF, TCOON, TCIOFF, TCION.

Library

Standard C library (libc, -lc)

Name

TCXONC - software flow control

Return Value

On success, 0 is returned. On error, -1 is returned, and errno is set to indicate the error.

See Also

ioctl(2), ioctl_tty(2), tcflow(3), termios(3) Linux man-pages 6.9.1 2024-06-13 TCXONC(2const)

Synopsis

#include<asm/termbits.h> /* Definition of TCXONC */ #include<sys/ioctl.h>intioctl(intfd,TCXONC,intarg);

See Also