Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
diydsp
11y ago
0 comments
Save
Share
What is the "..." operator? I have never seen that before. I can't find any references to it. Is that a macro specific to this project? [I checked the post above, but it doesn't match this source code exactly (and doesn't have ... as an operator).]
0 comments
1 comments · 1 top-level
top
newest
oldest
_delirium
11y ago
It's a GNU extension that lets you define ranges in switch statements' cases:
https://gcc.gnu.org/onlinedocs/gcc/Case-Ranges.html
j
/
k
navigate · click thread line to collapse