Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
staticshock
on Oct 8, 2014
|
parent
|
context
|
favorite
| on:
Fixing a 37-year-old bug by merging a 22-year-old ...
while loop right above the for loop:
> while ((ch = getopt(argc, argv, "n:")) != -1) {
bool was introduced in C99
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
> while ((ch = getopt(argc, argv, "n:")) != -1) {
bool was introduced in C99