Changes between Initial Version and Version 1 of Ticket #1830, comment 12
- Timestamp:
- May 8, 2024, 1:55:38 PM (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1830, comment 12
initial v1 1 1 ah, yes 2 {{{3 2 4 5 If the option was the last character in the string pointed to by an element of argv, then optarg shall contain the next element of argv, and optind shall be incremented by 2. If the resulting value of optind is greater than argc, this indicates a missing option-argument, and getopt() shall return an error indication. 6 7 }}} 3 > If the option was the last character in the string pointed to by an element of argv, then optarg shall contain the next element of argv, and optind shall be incremented by 2. If the resulting value of optind is greater than argc, this indicates a missing option-argument, and getopt() shall return an error indication.