use type `size_t` instead of `int` where applicable

This commit is contained in:
Intel A80486DX2-66 2024-04-21 15:03:31 +03:00
parent a0f176f37f
commit c63a09fabe
Signed by: 80486DX2-66
GPG Key ID: 83631EF27054609B
1 changed files with 3 additions and 3 deletions

6
argh.h
View File

@ -17,9 +17,9 @@
argh_val = false; \
char __attribute__((__unused__)) *ARGH_ARGV[argc], \
*argh_name; \
int __attribute__((__unused__)) ARGH_ARGC = 0, \
argh_diff = 0, \
argh_offset = 0; \
size_t __attribute__((__unused__)) ARGH_ARGC = 0, \
argh_diff = 0, \
argh_offset = 0; \
while (argh_offset < argc)
// check for a flag which is either present or not