Hi,

> -     if (argc > 1) {
> +     if (argc) {
>               fprintf(stderr, "usage: %s\n", argv0);
>               return 1;
>       }

recommendation about style; Use argc == 0 here and use the form
without relational operator for logic or pointers values.


Regards,


Reply via email to