/* Cast a ptrdiff_t to size_t, when it is known that the minuend
** comes from the subtraend (the base)
** comes from the subtrahend (the base)
*/
#define ct_diff2sz(df) ((size_t)(df))
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.