mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-11-01 01:06:33 +00:00
b1238af49d
this will probably upset people
7 lines
247 B
C
7 lines
247 B
C
int repeat_until_keypressed(void);
|
|
int select_menu(int x, int y, int num, char **items);
|
|
void apple_memset(unsigned char *ptr, int value, int length);
|
|
void print_u8(unsigned char value);
|
|
void print_byte(unsigned char value);
|
|
void page_flip(void);
|