delorie.com/djgpp/doc/libc/libc_810.html | search |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
#include <termios.h> int tcsendbreak (int fd, int duration); |
This function generates a break condition for duration*0.25
seconds. In the current implementation this function does nothing; it
is provided for compatibility only. Note that the termios emulation
handles console only.
Zero on success, nonzero on failure.
ANSI/ISO C | No |
POSIX | 1003.2-1992; 1003.1-2001 |
webmaster | delorie software privacy |
Copyright © 2004 | Updated Apr 2004 |