GBDK 2020 Docs
4.0.6
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
17
void
gotoxy
(
uint8_t
x,
uint8_t
y)
OLDCALL
;
18
23
uint8_t
posx
()
OLDCALL
;
24
29
uint8_t
posy
()
OLDCALL
;
30
38
void
setchar
(
char
c
)
OLDCALL
;
39
42
void
cls
();
43
44
45
#endif
/* _CONSOLE_H */
uint8_t
unsigned char uint8_t
Definition:
stdint.h:51
c
char c
Definition:
string.h:20
posx
uint8_t posx() OLDCALL
cls
void cls()
stdint.h
posy
uint8_t posy() OLDCALL
setchar
void setchar(char c) OLDCALL
OLDCALL
#define OLDCALL
Definition:
types.h:19
gotoxy
void gotoxy(uint8_t x, uint8_t y) OLDCALL