Initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#ifndef __SCRN_H
|
||||
#define __SCRN_H
|
||||
|
||||
extern void cls();
|
||||
extern void putch(unsigned char c);
|
||||
extern void puts(unsigned char *str);
|
||||
extern void settextcolor(unsigned char forecolor, unsigned char backcolor);
|
||||
extern void init_video();
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user