#ifndef __CLS_H
#define __CLS_H

#define cls()   printf("\e[2J\e[0;0f")

#endif /* __CLS_H */
