Introduction
Statistics
Contact
Development
Disclaimer
Help
sdf.org home page
#ifndef USER_H
#define USER_H
void setEcho(bool echo);
void setBlocking(bool block);
bool hasInput();
void clearStdin();
#endif