argcv_get() now (optionally) strips comments while parsing. Its the right
place because it tokenizes, and whether a char is a comment or not depends on whether its in the middle of a token or not: "hi # there" # comment.
Showing
9 changed files
with
68 additions
and
44 deletions
-
Please register or sign in to post a comment