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