GBDK 2020 Docs  4.3.0
API Documentation for GBDK 2020
console.h
Go to the documentation of this file.
1 
6 #ifndef _CONSOLE_H
7 #define _CONSOLE_H
8 
9 #include <types.h>
10 #include <stdint.h>
11 
18 
24 
30 
38 void setchar(char c) OLDCALL;
39 
42 void cls(void);
43 
44 
45 #endif /* _CONSOLE_H */
char c
Definition: string.h:20
#define OLDCALL
Definition: types.h:21
void setchar(char c) OLDCALL
void gotoxy(uint8_t x, uint8_t y) OLDCALL
uint8_t posy(void) OLDCALL
uint8_t posx(void) OLDCALL
void cls(void)
unsigned char uint8_t
Definition: stdint.h:51