mirror of
https://github.com/cc65/cc65.git
synced 2025-01-10 19:29:45 +00:00
main(): Re-introduce return value. Compiler rejects 'void'.
This commit is contained in:
parent
0707cdbe2c
commit
3bd72b9659
@ -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