mirror of
https://github.com/cc65/cc65.git
synced 2025-08-08 22:25:28 +00:00
main(): Re-introduce return value. Compiler rejects 'void'.
This commit is contained in:
@@ -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");
|
||||
|
Reference in New Issue
Block a user