What is a specifier-qualifier-list?
Posted
by chpwn
on Stack Overflow
See other posts from Stack Overflow
or by chpwn
Published on 2010-05-24T03:48:06Z
Indexed on
2010/05/24
3:50 UTC
Read the original article
Hit count: 274
GCC likes to tell me that I'm missing a specifier-qualifier-list in its error messages.
I know that this means I didn't put in a correct type of something.
But what, exactly, is a specifier-qualifier-list?
© Stack Overflow or respective owner