Skip to content
Snippets Groups Projects
tools.h 225 B
Newer Older
Wadi.T's avatar
Wadi.T committed
#ifndef TOOLS_H_INCLUDED
#define TOOLS_H_INCLUDED
void clearScreen();
void clearBuffer();
void waitForEnter();
int askYesOrNo(char*);
void printLogo ();
T.Wadi's avatar
T.Wadi committed
void delay(unsigned int number_of_seconds);
Wadi.T's avatar
Wadi.T committed

#endif // TOOLS_H_INCLUDED