SYNOPSIS
#include <aalib.h>
void aa_gotoxy
(
aa_context *c,
int x,
int y
);
PARAMETERS
- aa_context *c
- Specifies the AA-lib context to operate on.
- int x
- X coordinate of new position.
- int y
- Y coordinate of the position.