top | item 37830417 (no title) omniscient_oce | 2 years ago Can anyone explain the use of ptrdiff_t instead of size_t (he has typedef'd "size" for ptrdiff_t) The macros are wrapping _Alignof and sizeof both which can't return non-zero numbers I thought. discuss order hn newest bergkvist|2 years ago ptrdiff_t is a signed integer type - which means you can subtract these numbers without worrying about underflow
bergkvist|2 years ago ptrdiff_t is a signed integer type - which means you can subtract these numbers without worrying about underflow
bergkvist|2 years ago