Penguin
Note: You are viewing an old revision of this page. View the current version.

ptrdiff_t is a C type which specifies what type you get if you take the difference of two pointers.

ptrdiff_t is defined in <stddef.h>, this seems nearly impossible to find :)


CategoryProgramming