Re: C question
- From: "Xarion" <xarion@xxxxxxxxxxxxxxx>
- Date: Wed, 27 Jul 2005 15:38:32 +0200
THANK YOU GUYS!
=]
Xarion
"Xarion" <xarion@xxxxxxxxxxxxxxx> wrote in message
news:dc7jvt$9qg$1@xxxxxxxxxxxxxxxxxxxxx
> Hi everyone
>
> I am trying to get to terms with programming in C now.
>
> What does the following mean?
> I understand that it is a structure called dat_bits but ...
> 1) what does the 8 and the 24 mean?
> 2) why is there no name declared in line 3?
>
> 1: typedef struct {
> 2: _REG32 DATA : 8;
> 3: _REG32 :24;
> 4:} dat_bits;
>
>
> Thanx :)
> Xarion
>
>
.
- References:
- C question
- From: Xarion
- C question
- Prev by Date: Re: C question
- Next by Date: C question 2
- Previous by thread: Re: C question
- Next by thread: C question 2
- Index(es):