1
0
Fork 0
vt100-games/Pac/ansi.h

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