compile and run in windows (improvements needed)

This commit is contained in:
Ondrej Novak 2025-02-08 09:19:55 +01:00
parent f55f92a88b
commit f70b29abab
83 changed files with 415 additions and 3747 deletions

View file

@ -419,7 +419,7 @@ void interpret_line(FILE *f)
c++;
sscanf(c,"%23s",command);c=strchr(c,32);
strupr(command);
strupper(command);
if (!strcmp(command,"ID"))
{
get_num(c,num);