Re: Variable declaration followed by colon?
- From: Richard Heathfield <rjh@xxxxxxxxxxxxxxx>
- Date: Sat, 12 Apr 2008 14:43:45 +0000
saverio.post@xxxxxxxxx said:
What does this represent?
unsigned int n : 6;
See "The C Programming Language", 2nd edition, by Kernighan and Ritchie,
pages 149-150.
--
Richard Heathfield <http://www.cpax.org.uk>
Email: -http://www. +rjh@
Google users: <http://www.cpax.org.uk/prg/writings/googly.php>
"Usenet is a strange place" - dmr 29 July 1999
.
- Follow-Ups:
- Re: Variable declaration followed by colon?
- From: Yunzhong
- Re: Variable declaration followed by colon?
- References:
- Variable declaration followed by colon?
- From: saverio . post
- Variable declaration followed by colon?
- Prev by Date: Re: Test the validity of each argument in a function
- Next by Date: Re: How to eliminate this global variable, silent?
- Previous by thread: Variable declaration followed by colon?
- Next by thread: Re: Variable declaration followed by colon?
- Index(es):
Relevant Pages
|