#ifndef USER_H
#define USER_H

void setEcho(bool echo);
void setBlocking(bool block);
bool hasInput();
void clearStdin();


#endif