#if ! defined(_SITIO_H_)
#define _SITIO_H_

void beginsitio(void);
void endsitio(void);
void clearscr(void);
void gotorc(int row, int col);
int getkey(void);

#endif

