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.
のサイズはsize_t常に のサイズと同じvoid *ですか?
size_t
void *
または、一部のプラットフォーム/コンパイラにはいくつかの例外がありますか?
Although it's likely, there's no guarantee. If you want an unsigned integer type that is guaranteed to be able to represent a void *, see uintptr_t.
uintptr_t