Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
typedef ステートメントがいくつかありますが、元の型が何であるかがわかります
typedef unsigned int addrt; typedef addrt addr32t;
「addr32t」は符号なし整数に過ぎませんか??
addrt
unsigned int
addr32t
はい。