Can someone explain this constant ?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Can someone explain this constant ?

ソリューションへジャンプ
1,072件の閲覧回数
BV_BV
Contributor III

#define EPAGE_LOW_BOUND   0x400u

 

The constant "0x400u": what is the final "u" ?

 This line appears in the automatically generated datapage.c file

Thanks

ラベル(1)
タグ(1)
0 件の賞賛
返信
1 解決策
804件の閲覧回数
kef
Specialist I

555u - unsigned

555l - long

555ul - unsigned long

 

元の投稿で解決策を見る

0 件の賞賛
返信
1 返信
805件の閲覧回数
kef
Specialist I

555u - unsigned

555l - long

555ul - unsigned long

 

0 件の賞賛
返信