1
0
vt100-games/Pac/ansi.h
2020-07-01 10:16:26 +02:00

8 lines
127 B
C

#ifndef __ANSI_H__
#define __ANSI_H__
extern void clr_scr();
extern void clrline();
extern void goto_xy(int x, int y);
#endif