#include <stdint.h>
#include <stdarg.h>
gehe zum Quellcode dieser Datei
Funktionen |
int | kprintf (char *,...) |
int | kputchar (char) |
int | kputx (unsigned int, int) |
int | kputstring (char *) |
char * | kgets (char *) |
void | newline () |
void | setcolor (char) |
char | getkey_oncursor (int, int) |
void * | kmemset (void *, int, size_t) |
void * | kmemcpy (void *, const void *, size_t) |
int | kstrlen (char *) |
int | kstrcmp (char *, char *) |
int | kstr2int (char *) |
void | kstrcpy (char *, char *) |
void | activate_16background () |
void | deactivate_16background () |
void | delete_rep_character (char *, char, bool) |
void | move_cursor (int, int) |
void | up_to_low (char *) |
void | low_to_up (char *) |
Variablen |
short | position_y |
short | position_x |
int | qChar |
int | abs_pos |
char * | VideoMem |
char | string [512] |
int | endgets |
int | string_i |
char | color |
Dokumentation der Funktionen
void activate_16background |
( |
| ) |
|
void deactivate_16background |
( |
| ) |
|
void delete_rep_character |
( |
char * |
, |
|
|
char |
, |
|
|
bool |
|
|
) |
| |
char getkey_oncursor |
( |
int |
, |
|
|
int |
|
|
) |
| |
void* kmemcpy |
( |
void * |
, |
|
|
const void * |
, |
|
|
size_t |
|
|
) |
| |
void* kmemset |
( |
void * |
, |
|
|
int |
, |
|
|
size_t |
|
|
) |
| |
int kprintf |
( |
char * |
, |
|
|
|
... |
|
) |
| |
int kputstring |
( |
char * |
| ) |
|
int kputx |
( |
unsigned |
int, |
|
|
int |
|
|
) |
| |
int kstrcmp |
( |
char * |
, |
|
|
char * |
|
|
) |
| |
void kstrcpy |
( |
char * |
, |
|
|
char * |
|
|
) |
| |
void low_to_up |
( |
char * |
| ) |
|
void move_cursor |
( |
int |
, |
|
|
int |
|
|
) |
| |
void up_to_low |
( |
char * |
| ) |
|
Variablen-Dokumentation