Fix num of chars in strncmp()
The comparison included the terminating null character and therefore
never matched. I also added a nullptr element to argv that is not
counted in argc as it is defined this way in the standard for argc
and argv.
Fix num of chars in strncmp() Tags None Referenced Files None Subscribers None
Description
Details
|