1
0
vt100-games/Pac/ansi.h

8 lines
127 B
C
Raw Normal View History

2020-07-01 10:16:26 +02:00
#ifndef __ANSI_H__
#define __ANSI_H__
extern void clr_scr();
extern void clrline();
extern void goto_xy(int x, int y);
#endif