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