K&R net2ir/**

This commit is contained in:
Darryl L. Miles 2025-07-18 12:10:24 +01:00 committed by R. Timothy Edwards
parent 105f8a728d
commit b6ec131355
1 changed files with 1 additions and 3 deletions

View File

@ -46,9 +46,7 @@ typedef struct
} LabInfo;
int
main(argc, argv)
int argc;
char *argv[];
main(int argc, char *argv[])
{
char line1[LINESIZE], line2[LINESIZE], layer[LINESIZE], label[LINESIZE];
HashEntry *he;