HomeFreeBSD

Use int to receive the return value of getopt function.

Description

Use int to receive the return value of getopt function.

getopt returns int and not char, so assigning the value to
char is not ideal, especially on platforms with unsigned
chars.

Details

Provenance
kanAuthored on
Parents
rS316626: Define 'lr' as x30 on aarch64
Branches
Unknown
Tags
Unknown