mirror of
https://github.com/cc65/cc65.git
synced 2025-04-05 13:37:17 +00:00
main(): Re-introduce return value. Compiler rejects 'void'.
This commit is contained in:
parent
d23c83dd1e
commit
a60ac67783
@ -7,7 +7,7 @@ unsigned char y = 0;
|
||||
unsigned char x = 0;
|
||||
unsigned short n;
|
||||
|
||||
void main(void)
|
||||
int main(void)
|
||||
{
|
||||
clrscr();
|
||||
gotoxy(0,0);cputs("Gamate C-Test");
|
||||
|
Loading…
x
Reference in New Issue
Block a user