I wonder if there is an equivalent for getopt() in POSIX systems.
Asked
Active
Viewed 62 times
0
-
This question is not an exact duplicate of the one linked. – JeremyP Sep 25 '17 at 10:44
-
`getopt` only handles whatever is passed in `argv`, but not putting anything into `argv`. – Gerhardh Sep 25 '17 at 10:47
-
I mean to say what function is available in the Windows C standard library to process arguments--such as lol.exe /a /v – user8669406 Sep 25 '17 at 15:45
-
@JeremyP - [But the answer to it](https://stackoverflow.com/a/342494/817643) is true to the text above the close layout "**This question already has an answer here**". – StoryTeller - Unslander Monica Sep 25 '17 at 20:21