PR#3 review: fix -l arg breaking
because optarg goes NULL when encountering an optional argument, so I have to do this instead to get the argument. See case 'p'.
Please register or sign in to comment
because optarg goes NULL when encountering an optional argument, so I have to do this instead to get the argument. See case 'p'.