The Single UNIX ® Specification, Version 2
Copyright © 1997 The Open Group

 NAME

flushinp - discard input

 SYNOPSIS



#include <curses.h>

int flushinp(void);

 DESCRIPTION

The flushinp() function discards (flushes) any characters in the input buffer associated with the current screen.

 RETURN VALUE

The flushinp() function always returns OK.

 ERRORS

No errors are defined.

 SEE ALSO

<curses.h>.

UNIX ® is a registered Trademark of The Open Group.
Copyright © 1997 The Open Group
[ Main Index | XSH | XCU | XBD | XCURSES | XNS ]